Difference between revisions of "GetLocation - EncounterZone"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(fixed wiki link)
imported>Qazaaq
(added required f4se version)
 
Line 1: Line 1:
'''F4SE Member of:''' [[EncounterZone Script]]
'''F4SE Member of:''' [[EncounterZone Script]]
{{Template:Papyrus:RequiredF4SE|version=0.3.2}}


Gets the location for this encounter zone.
Gets the location for this encounter zone.

Latest revision as of 13:38, 21 January 2018

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

Gets the location for this encounter zone.

Syntax[edit | edit source]

Location Function GetLocation() Native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The Location for this encounter zone.

Examples[edit | edit source]

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

Notes[edit | edit source]

None

See Also[edit | edit source]