Method PlayerBot:GetMixedGearScore [-] [+]
Returns the gear score of the Player as computed by the playerbot AI.
Synopsis
gearScore = PlayerBot:GetMixedGearScore( withBags )
gearScore = PlayerBot:GetMixedGearScore( withBags, withBank )
gearScore = PlayerBot:GetMixedGearScore( withBags, withBank, topN )
Arguments
boolean withBags (false)Also weigh the items carried in the bags.
boolean withBank (false)Also weigh the items stored in the bank.
number topN (0)Only keep the topN best items, 0 to keep them all.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
number gearScoreValid numbers: integers from 0 to 4,294,967,295.