SetLocation - EncounterZone

From the Fallout4 CreationKit Wiki
Revision as of 21:19, 21 October 2017 by imported>Qazaaq (added f4se member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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