GetLocation - EncounterZone
Revision as of 21:14, 21 October 2017 by imported>Qazaaq (added f4se member)
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