PropertyValue
rdfs:label
  • SetLocalLocation
rdfs:comment
  • The SetLocalLocation() NWScript command stores the provided location on the specified object as a local variable with the given name.
  • function SetLocalLocation (object oObject, string sVarName, location lValue) Set oObject's local location variable sVarname to lValue * Return type: void * Include file: nwscriptdefn
param3desc
  • The location to be stored.
dcterms:subject
dbkwik:nwn2/property/wikiPageUsesTemplate
returns
Name
  • SetLocalLocation
param
  • object oObject
  • string sVarName
  • location lValue
param2desc
  • The name of the local variable, as a string.
param1desc
  • The object on which the local variable will be stored.
dbkwik:nwn/property/wikiPageUsesTemplate
abstract
  • The SetLocalLocation() NWScript command stores the provided location on the specified object as a local variable with the given name.
  • function SetLocalLocation (object oObject, string sVarName, location lValue) Set oObject's local location variable sVarname to lValue * Return type: void * Include file: nwscriptdefn