Difference between revisions of "SetLocation - EncounterZone"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(no bold parameter)
imported>Qazaaq
(fixed wiki link)
Line 24: Line 24:


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

Revision as of 21:20, 21 October 2017

F4SE Member of: EncounterZone Script

Sets the location for this encounter zone.

Syntax

Function SetLocation(Location akLoc) Native

Parameters

  • akLoc: The Location for this encounter zone.

Return Value

None

Examples

myEncounterZone.SetLocation(myLocation)
Debug.Trace("The location for this encounter zone equals " + myLocation)

Notes

None

See Also