LuaScript Xojo and Real Studio Plugin |
|
LuaScriptContext.IsObject Method (console safe)
Checks if a item on the stack is a REALbasic object variable.
IsObject(
index as Integer) as Boolean
Parameters
- index
- The index of the element in the stack to check for. -1 is the element at top of the stack, the last element pushed onto the stack.
Returns
- Boolean
- True if the item is REALbasic object, else false
Remarks
See Also
LuaScriptContext Class