Namespaces | Defines | Functions

_src_lua_bind_bind_object.cc File Reference

Interface of C functions for Lua scripts. More...

#include "base/module.hh"
#include "object/module.hh"
#include "object/object.hh"
#include "graph/module.hh"
#include "graph/model_cache.hh"
#include "lua_bind/module.hh"
#include "lua_bind/bind.hh"

Namespaces

namespace  lua
 

Lua main namespace.


namespace  lua::bind
 

Interface (bindings) between C++ and Lua scripts (include "lua_bind/bind.hh").


Defines

#define BIND_CLASS_NAME   "Object"
#define BIND_METATABLE_NAME   LUABIND_METATABLE_STRING(BIND_CLASS_NAME)

Functions

INTERN int lua::bind::Object_Destroy (lua_State *L)
INTERN int lua::bind::Object_GetMatrix (lua_State *L)
INTERN int lua::bind::Object_GetName (lua_State *L)
INTERN int lua::bind::Object_GetObjectCount (lua_State *L)
INTERN int lua::bind::Object_GetPosition (lua_State *L)
INTERN int lua::bind::Object_GetRawPtr (lua_State *L)
INTERN int lua::bind::Object_IfCollidable (lua_State *L)
INTERN int lua::bind::Object_IfCollision (lua_State *L)
INTERN int lua::bind::Object_IfCollisionFatal (lua_State *L)
INTERN int lua::bind::Object_IfZombie (lua_State *L)
INTERN int lua::bind::Object_New (lua_State *L)
INTERN int lua::bind::Object_Reset (lua_State *L)
INTERN int lua::bind::Object_Rotate (lua_State *L)
INTERN int lua::bind::Object_SetCollidable (lua_State *L)
INTERN int lua::bind::Object_SetCollision (lua_State *L)
INTERN int lua::bind::Object_SetMatrix (lua_State *L)
INTERN int lua::bind::Object_SetPosition (lua_State *L)
INTERN int lua::bind::Object_Zombify (lua_State *L)

Detailed Description

Interface of C functions for Lua scripts.

LastChangedDate:
2011-03-15 14:18:37 -0400 (Tue, 15 Mar 2011)
Author:
Jim E. Brooks http://www.palomino3d.org
Remarks:
module.txt documents how to export new C++ classes to Lua.

---------------------------- -- THIS IS AUTO-GENERATED -- ----------------------------


Define Documentation

#define BIND_CLASS_NAME   "Object"
#define BIND_METATABLE_NAME   LUABIND_METATABLE_STRING(BIND_CLASS_NAME)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Palomino Flight Simulator documents generated by doxygen 1.7.1 on Tue May 15 2012 22:40:10