Returns the current state of the bot AI.
enum BotState { BOT_STATE_COMBAT = 0, BOT_STATE_NON_COMBAT = 1, BOT_STATE_DEAD = 2 };
botState = PlayerBotAI:GetState()
None.
number botState
Valid numbers: integers from 0 to 4,294,967,295.