A Lua value.
<mrdocs/Support/Lua.hpp>
class Value;
| Name | Description |
|---|---|
Value [constructor] | Constructor. |
~Value [destructor] | Destructor. |
call | Invoke the value as a function. |
displayString | Return a string representation. |
isBoolean | |
isFunction | |
isNil | |
isNumber | |
isString | |
isTable | |
operator() | Invoke the value as a function. |
type |
| Name | Description |
|---|---|
Value [constructor] | Constructor |
| Name |
|---|
index_ |
scope_ |
| Name | Description |
|---|---|
Access |