GetLocation - EncounterZone

F4SE Member of: EncounterZone Script
Requires F4SE version 0.3.2 or higher.

Gets the location for this encounter zone.

SyntaxEdit

Location Function GetLocation() Native

ParametersEdit

None.

Return ValueEdit

The Location for this encounter zone.

ExamplesEdit

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

NotesEdit

None

See AlsoEdit