GetLocation - EncounterZone

From the Fallout4 CreationKit Wiki
Revision as of 21:22, 21 October 2017 by imported>Qazaaq (fixed wiki link)
Jump to navigation Jump to search

F4SE Member of: EncounterZone Script

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