Method IsFriend
IsFriend(NwCreature)
Gets a value indicating whether this creature considers the target as a enemy.
public bool IsFriend(NwCreature target)
Parameters
targetNwCreatureThe target creature.
Returns
- bool
true if target is a friend, otherwise false.