EncounterZone Script
Revision as of 16:43, 1 December 2015 by imported>Plplecuyer (→Definition)
Extends: Form Script
Script for the manipulation of encounter zones.
Definition
ScriptName EncounterZone extends Form Native Hidden
Properties
None
Global Functions
None
Member Functions
- int Function CountActors(Keyword apRequiredLinkedRefKeyword, Keyword apExcludeLinkedRefKeyword)
- Counts the number of promoted/persistent actors associated with this encounter zone.
- Actor[] Function GetActors(Keyword apRequiredLinkedRefKeyword, Keyword apExcludeLinkedRefKeyword)
- Gets an array of the promoted/persistent actors associated with this encounter zone.
- Function Reset()
- Flags this encounter zone for reset on next load.
Events
None