PropertyValue
rdfs:label
  • SetLocalInt
rdfs:comment
  • function SetLocalInt (object oObject, string sVarName, int nValue) Set oObject's local integer variable sVarName to nValue * Return type: void * Include file: nwscriptdefn
  • The SetLocalInt() NWScript command stores the provided integer on the specified object as a local variable with the given name.
param3desc
  • The integer value to be stored.
dcterms:subject
dbkwik:nwn2/property/wikiPageUsesTemplate
returns
Name
  • SetLocalInt
param
  • object oObject
  • string sVarName
  • int nValue
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
  • function SetLocalInt (object oObject, string sVarName, int nValue) Set oObject's local integer variable sVarName to nValue * Return type: void * Include file: nwscriptdefn
  • The SetLocalInt() NWScript command stores the provided integer on the specified object as a local variable with the given name.