Method PlayerBotAI:GetState [-] [+]

Returns the current state of the bot AI.

enum BotState
{
    BOT_STATE_COMBAT     = 0,
    BOT_STATE_NON_COMBAT = 1,
    BOT_STATE_DEAD       = 2
};

Synopsis

botState = PlayerBotAI:GetState()

Arguments

None.

Returns

number botState

Valid numbers: integers from 0 to 4,294,967,295.