#include <LuaWrappers.hpp>
Public Member Functions | |
| ClassTableFiller (Diluculum::LuaValueMap &classTable, const std::string &name, lua_CFunction func) | |
DILUCULUM_CLASS_METHOD() macro, as a means register a method in the table that represents a class being exported to Lua. Everything is done in the constructor. This is just a way to get some code executed in a macro call that happens at the global scope, outside of a function definition.
Definition at line 79 of file LuaWrappers.hpp.
|
||||||||||||||||
|
Adds the function
Definition at line 90 of file LuaWrappers.hpp. |
1.4.6