Difference between revisions of "GetLocation - EncounterZone"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se member)
 
imported>Qazaaq
(fixed wiki link)
Line 24: Line 24:


== See Also ==
== See Also ==
*[[EncounterZone]]
*[[Encounter Zone]]
*[[Location]]
*[[Location]]
*[[SetLocation - EncounterZone]]
*[[SetLocation - EncounterZone]]

Revision as of 21:22, 21 October 2017

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