SetLocation - EncounterZone
Revision as of 21:19, 21 October 2017 by imported>Qazaaq (added f4se member)
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