Description
Wiki Description
Gets the EncounterZone to which this object belongs (or None if none).
Documentation Comment
Gets the EncounterZone to which this object belongs (or None if none).
Examples
; Get this actor's encounter zone.
EncounterZone myZone = (self.GetEncounterZone())Auto-Generated Example
EncounterZone returnedValue = myObjectReference__toCallFunctionOn.GetEncounterZone()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
