mrdocs::lua::Function
A Lua function.
Synopsis
Declared in <mrdocs/Engines/Lua/Function.hpp>
class Function
: public Value
Member Functions
Name |
Description |
|
Construct a function wrapper from an existing value. |
Invoke the value as a function. |
|
Return a string representation. |
|
Return true if the value is a boolean. |
|
Return true if the value is a function. |
|
Return true if the value is nil. |
|
Return true if the value is numeric. |
|
Return true if the value is a string. |
|
Return true if the value is a table. |
|
Invoke the value as a function. |
|
Return the Lua type of this value. |
Protected Data Members
Name |
Description |
Stack index where the value is stored. |
|
Scope that owns the stack slot for this value. |
Friends
Name |
Description |
Internal tag granting access to lua internals. |
Created with MrDocs