SetLocation - EncounterZone

From the Fallout4 CreationKit Wiki
Revision as of 21:20, 21 October 2017 by imported>Qazaaq (fixed wiki link)
Jump to navigation Jump to search

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