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 friendThe Unit we will be assisting.
Unit enemyThe Unit that we would attack if we assist
friend.
Returns
boolean canAssist- See method description.