GetEncounterZone - ObjectReference
From Creation Kit
Member of: ObjectReference Script
Gets the EncounterZone to which this object belongs (or None if none).
Syntax
EncounterZone Function GetEncounterZone() native
Parameters
None.
Return Value
The EncounterZone to which this object belongs (or None if none).
Examples
; Get this actor's encounter zone. EncounterZone myZone = (self.GetEncounterZone())