SetLocation - EncounterZone

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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

Sets the location for this encounter zone.

Syntax[edit | edit source]

Function SetLocation(Location akLoc) Native

Parameters[edit | edit source]

  • akLoc: The Location for this encounter zone.

Return Value[edit | edit source]

None

Examples[edit | edit source]

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

Notes[edit | edit source]

None

See Also[edit | edit source]