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