Method PlayerBot.IsRealPlayer [-] [+]
Return true if this Player is treated as a real player by mod-playerbots.
In mod-playerbots, this is only true for a self-bot, where the AI's
master pointer is the same Player as the bot itself (master == bot).
This means: - true : a player running PlayerbotAI on their own character - false : an RNDBot / random bot - false : a bot controlled by some other player
If you want to know whether a bot has a real player owner, use the related player-master checks instead.
@return bool
Synopsis
Playerbot.IsRealPlayer( guidLow )
Arguments
number guidLowBot GUID low.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
Nothing.