Method PlayerBotAI:IsAssistHealOfIndex [-] [+]

Returns true if the given Player is the assist healer of the given index.

Synopsis

isAssistHealOfIndex = PlayerBotAI:IsAssistHealOfIndex( index )
isAssistHealOfIndex = PlayerBotAI:IsAssistHealOfIndex( index, target )
isAssistHealOfIndex = PlayerBotAI:IsAssistHealOfIndex( 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 isAssistHealOfIndex
See method description.