Method PlayerBotAI:IsAssistTankOfIndex [-] [+]
Returns true if the given Player is the assist tank of the given index.
Synopsis
isAssistTankOfIndex = PlayerBotAI:IsAssistTankOfIndex( index )
isAssistTankOfIndex = PlayerBotAI:IsAssistTankOfIndex( index, target )
isAssistTankOfIndex = PlayerBotAI:IsAssistTankOfIndex( index, target, ignoreDeadPlayers )
Arguments
number indexValid numbers: integers from 0 to 255.
Player target (the)- See method description.
boolean ignoreDeadPlayers (false)- See method description.
Returns
boolean isAssistTankOfIndex- See method description.