The GetLocalInt() NWScript command returns the value of a local variable when that value is an integer. It returns zero (0) on any error condition, such as if the specified local variable was never set, if it was set as something other than an integer, or if an invalid object is provided.
Attributes | Values |
---|
rdfs:label
| |
rdfs:comment
| - The GetLocalInt() NWScript command returns the value of a local variable when that value is an integer. It returns zero (0) on any error condition, such as if the specified local variable was never set, if it was set as something other than an integer, or if an invalid object is provided.
- function GetLocalInt (object oObject, string sVarName) Get oObject's local integer variable sVarName
* Return value on error: 0
* Return type: int
* Include file: nwscriptdefn
|
dcterms:subject
| |
dbkwik:nwn2/proper...iPageUsesTemplate
| |
returns
| |
Name
| |
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 GetLocalInt() NWScript command returns the value of a local variable when that value is an integer. It returns zero (0) on any error condition, such as if the specified local variable was never set, if it was set as something other than an integer, or if an invalid object is provided.
- function GetLocalInt (object oObject, string sVarName) Get oObject's local integer variable sVarName
* Return value on error: 0
* Return type: int
* Include file: nwscriptdefn
|