Method Creature:CanAssistTo [-] [+]
Returns true
if the Creature can assist friend
in combat against enemy
,
and returns false
otherwise.
Synopsis
canAssist = Creature:CanAssistTo( friend, enemy )
canAssist = Creature:CanAssistTo( friend, enemy, checkFaction )
Arguments
Unit friend
The Unit we will be assisting.
Unit enemy
The Unit that we would attack if we assist
friend
.
Returns
boolean canAssist
- See method description.