xoreos
0.0.5
|
Lua helpers. More...
Go to the source code of this file.
Classes | |
class | Aurora::Lua::DefaultDeleter< T > |
Namespaces | |
Aurora | |
Aurora::Lua | |
Macros | |
#define | LUA_DEFAULT_DELETER(Type) ::Aurora::Lua::DefaultDeleter<Type>::function |
Functions | |
void * | Aurora::Lua::getRawCppObjectFromStack (const Stack &stack, int index) |
void * | Aurora::Lua::getRawCppObjectFromVariable (const Variable &var) |
template<typename T > | |
T * | Aurora::Lua::getCppObjectFromStack (const Stack &stack, int index) |
template<typename T > | |
T * | Aurora::Lua::getCppObjectFromVariable (const Variable &var) |
Lua helpers.
Definition in file util.h.
#define LUA_DEFAULT_DELETER | ( | Type | ) | ::Aurora::Lua::DefaultDeleter<Type>::function |
Definition at line 70 of file util.h.
Referenced by Engines::Witcher::LuaBindings::Vector::registerLuaBindings().