Inheritance diagram for skTest:
Public Methods | |
skTest () | |
bool | getValue (const skString& field_name,const skString& attribute,skRValue& value) |
requests the object to return a field's value. More... | |
bool | method (const skString& method_name,skRValueArray& arguments,skRValue& return_value) |
Requests that the object execute the given method. More... |
The class supports the method "createObject" and an instance is put as a global variable called "Test". This means you can do the following in Simkin script:
a=Test.createObject(); b=a:name;And watch a trace of the "getValue" function being called
|
requests the object to return a field's value.
Reimplemented from skExecutable. |
|
Requests that the object execute the given method.
Reimplemented from skExecutable. |