LuaScript Xojo and Real Studio Plugin |
|
LuaScript.FunctionExists Method (console safe)
Checks if a function with a given name exists.
FunctionExists(
name as String) as Boolean
Parameters
- name
- The name of the function to check for.
Returns
- Boolean
- True if the function existed, else false.
Remarks
See Also
LuaScript Class