GetLocation - EncounterZone
Revision as of 13:38, 21 January 2018 by imported>Qazaaq (added required f4se version)
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