UGDK
Classes | Namespaces | Defines | Functions
src/ugdk/script/languages/lua/header.h File Reference
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
Include dependency graph for header.h:
This graph shows which files directly or indirectly include this file:

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

Defines

#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 Documentation

#define DECLARE_LUA_CONSTANT (   category,
  name 
)    static const Constant name () { return Constant(LUA_##category##name); }
#define LUA_OK   (0)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines