Difference between revisions of "SetLocation - EncounterZone"
Jump to navigation
Jump to search
imported>Qazaaq (no bold parameter) |
imported>Qazaaq (added required f4se version) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''F4SE Member of:''' [[EncounterZone Script]] | '''F4SE Member of:''' [[EncounterZone Script]] | ||
{{Template:Papyrus:RequiredF4SE|version=0.3.2}} | |||
Sets the location for this encounter zone. | Sets the location for this encounter zone. | ||
Line 24: | Line 25: | ||
== See Also == | == See Also == | ||
*[[ | *[[Encounter Zone]] | ||
*[[Location]] | *[[Location]] | ||
*[[GetLocation - EncounterZone]] | *[[GetLocation - EncounterZone]] |
Latest revision as of 13:43, 21 January 2018
F4SE Member of: EncounterZone Script
Requires F4SE version 0.3.2 or higher.
Sets the location for this encounter zone.
Syntax[edit | edit source]
Function SetLocation(Location akLoc) Native
Parameters[edit | edit source]
- akLoc: The Location for this encounter zone.
Return Value[edit | edit source]
None
Examples[edit | edit source]
myEncounterZone.SetLocation(myLocation)
Debug.Trace("The location for this encounter zone equals " + myLocation)
Notes[edit | edit source]
None