GetEncounterZone - ObjectReference
Member of: ObjectReference Script
Gets the EncounterZone to which this object belongs (or None if none).
SyntaxEdit
EncounterZone Function GetEncounterZone() native
ParametersEdit
None.
Return ValueEdit
The EncounterZone to which this object belongs (or None if none).
ExamplesEdit
; Get this actor's encounter zone.
EncounterZone myZone = (self.GetEncounterZone())