GetLocation - EncounterZone

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

F4SE Member of: EncounterZone Script
Requires F4SE version 0.3.2 or higher.

Gets the location for this encounter zone.

Syntax[edit | edit source]

Location Function GetLocation() Native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The Location for this encounter zone.

Examples[edit | edit source]

Location ecounterLocation = myEncounterZone.GetLocation()
Debug.Trace("The location for this encounter zone equals " + ecounterLocation)

Notes[edit | edit source]

None

See Also[edit | edit source]