back to index

Variable

Inheritance

Object -> Value -> Variable

Properties

name - return name of variable

Methods

 
int    query      () - re-read script variable (if still existing)
int    store      () - write to script variable (if still existing)
String getName    () - return name of script variable (if still existing)
int    storeDeref () - unlinks object pointer from value and moves it to the script variable (if still existing)
<Value methods>

Example

tempscript.tks

back to index