|
UGDK
0.4.1
|
#include <lua.h>#include <lualib.h>#include <lauxlib.h>

Go to the source code of this file.
Classes | |
| class | ugdk::script::lua::Constant |
| Represents a constant value from the Lua library. More... | |
| struct | ugdk::script::lua::Constant::err |
| struct | ugdk::script::lua::Constant::gc |
Namespaces | |
| namespace | ugdk |
| namespace | ugdk::script |
| namespace | ugdk::script::lua |
Macros | |
| #define | LUA_OK (0) |
| #define | DECLARE_LUA_CONSTANT(category, name) static const Constant name () { return Constant(LUA_##category##name); } |
Functions | |
| void | ugdk::script::lua::LuaMsg (const char *format,...) |
| #define DECLARE_LUA_CONSTANT | ( | category, | |
| name | |||
| ) | static const Constant name () { return Constant(LUA_##category##name); } |
| #define LUA_OK (0) |