LuaScript Xojo Plugin

LuaScript.FunctionExists Method

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