GetLocation - EncounterZone
Revision as of 21:22, 21 October 2017 by imported>Qazaaq (fixed wiki link)
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