GetEncounterSpawnsCurrent(object)

Get the number of times that the encounter has spawned so far.

int GetEncounterSpawnsCurrent(
    object oEncounter = OBJECT_SELF
);

Parameters

oEncounter

The encounter object you wish to compare or examine. (Default: OBJECT_SELF)


Description

Returns the number of times that oEncounter has spawned so far since the module started.



Remarks

Another rarely used function.


Version

1.22

See Also

functions: GetEncounterActive | GetEncounterDifficulty | GetEncounterSpawnsMax | SetEncounterActive | SetEncounterSpawnsCurrent
categories: Encounter Functions


 author: John Shuell