SetLocation - EncounterZone

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

Sets the location for this encounter zone.

SyntaxEdit

Function SetLocation(Location akLoc) Native

ParametersEdit

  • akLoc: The Location for this encounter zone.

Return ValueEdit

None

ExamplesEdit

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

NotesEdit

None

See AlsoEdit