Function [constructor] | Construct a function wrapper from an existing value. |
call | Invoke the value as a function. |
displayString | Return a string representation. |
isBoolean | Return true if the value is a boolean. |
isFunction | Return true if the value is a function. |
isNil | Return true if the value is nil. |
isNumber | Return true if the value is numeric. |
isString | Return true if the value is a string. |
isTable | Return true if the value is a table. |
operator() | Invoke the value as a function. |
type | Return the Lua type of this value. |