Method PlayerBotAI:IsAssistRangedDpsOfIndex [-] [+]

Returns true if the given Player is the assist ranged dps of the given index.

Synopsis

isAssistRangedDpsOfIndex = PlayerBotAI:IsAssistRangedDpsOfIndex( index )
isAssistRangedDpsOfIndex = PlayerBotAI:IsAssistRangedDpsOfIndex( index, target )
isAssistRangedDpsOfIndex = PlayerBotAI:IsAssistRangedDpsOfIndex( index, target, ignoreDeadPlayers )

Arguments

number index

Valid numbers: integers from 0 to 255.

Player target (the)
See method description.
boolean ignoreDeadPlayers (false)
See method description.

Returns

boolean isAssistRangedDpsOfIndex
See method description.