OpenWGA 7.9 - TMLScript reference
WGA » WGA.TMLScriptMethod :
callMethod(object, method)
On object | WGA.TMLScript |
Usage |
Calls a method without parameters or retrieves a property from a TMLScript object |
Parameters |
object (Object) The object method (String) The method/property name. Use dots to chain multiple method calls/property retrievals together. |
Return value |
The property or return value |
Allowed in script types |
|