Difference between revisions of "SetLocation - EncounterZone"
Jump to navigation
Jump to search
imported>Qazaaq (added f4se member) |
imported>Qazaaq (no bold parameter) |
||
Line 9: | Line 9: | ||
== Parameters == | == Parameters == | ||
* | *akLoc: The [[Location]] for this encounter zone. | ||
== Return Value == | == Return Value == |
Revision as of 21:19, 21 October 2017
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