GetLocation - EncounterZone

From the Fallout4 CreationKit Wiki
Revision as of 13:38, 21 January 2018 by imported>Qazaaq (added required f4se version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Location Function GetLocation() Native

Parameters

None.

Return Value

The Location for this encounter zone.

Examples

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

Notes

None

See Also