GetEncounterZone - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Gets the EncounterZone to which this object belongs (or None if none).

Syntax[edit | edit source]

EncounterZone Function GetEncounterZone() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The EncounterZone to which this object belongs (or None if none).

Examples[edit | edit source]

; Get this actor's encounter zone.
EncounterZone myZone = (self.GetEncounterZone())

See Also[edit | edit source]