GetIsEncounterCreature(object)

Determines whether a creature was spawned from an encounter.

int GetIsEncounterCreature(
    object oCreature = OBJECT_SELF
);

Parameters

oCreature

The creature to check. (Default: OBJECT_SELF)


Description

Returns TRUE if oCreature was spawned from an encounter, otherwise FALSE.



Version

1.22

See Also

categories: Encounter Functions


 author: Tom Cassiotis, editor: Kristian Markon