PropertyValue
rdfs:label
  • DeleteLocalString
rdfs:comment
  • The DeleteLocalString() NWScript command deletes a local variable when that variable holds an string. It is not an error to delete a variable that does not exist.
  • function DeleteLocalString (object oObject, string sVarName) Delete oObject's local string variable sVarName * Return type: void * Include file: nwscriptdefn
dcterms:subject
dbkwik:nwn2/property/wikiPageUsesTemplate
returns
Name
  • DeleteLocalString
param
  • object oObject
  • string sVarName
param2desc
  • The name of the local variable, as a string.
param1desc
  • The object on which the local variable is stored.
dbkwik:nwn/property/wikiPageUsesTemplate
abstract
  • The DeleteLocalString() NWScript command deletes a local variable when that variable holds an string. It is not an error to delete a variable that does not exist.
  • function DeleteLocalString (object oObject, string sVarName) Delete oObject's local string variable sVarName * Return type: void * Include file: nwscriptdefn