Inherits luwra::Reference.
Public Member Functions | |
| NativeFunction (State *state, int index) | |
| template<typename... A> | |
| R | operator() (A &&...args) |
Public Member Functions inherited from luwra::Reference | |
| Reference (State *state, int indexOrRef, bool isIndex=true) | |
| Reference (State *state) | |
| template<typename T > | |
| T | read () |
| template<typename T > | |
| operator T () | |
Additional Inherited Members | |
Public Attributes inherited from luwra::Reference | |
| const internal::SharedReferenceImpl | impl |
A callable native Lua function.
|
inline |
|
inline |