#include "lugre_prefix.h"#include "lugre_luabind.h"#include "lugre_ogrewrapper.h"#include "object.h"#include "location.h"#include <Ogre.h>#include "lua.h"#include "lauxlib.h"#include "lualib.h"

Go to the source code of this file.
Classes | |
| class | cLocation_L |
Defines | |
| #define | REGISTER_METHOD(methodname) mlMethod.push_back(make_luaL_reg(#methodname,&cLocation_L::methodname)); |
| #define REGISTER_METHOD | ( | methodname | ) | mlMethod.push_back(make_luaL_reg(#methodname,&cLocation_L::methodname)); |
Referenced by cResyncReceiver_L::RegisterMethods(), cObjectController_L::RegisterMethods(), cObject_L::RegisterMethods(), cLocation_L::RegisterMethods(), Lugre::cWidget_L::RegisterMethods(), Lugre::cDialog_L::RegisterMethods(), Lugre::cViewport_L::RegisterMethods(), Lugre::cThread_LoadFile_L::RegisterMethods(), Lugre::cThread_NetRequest_L::RegisterMethods(), Lugre::cTexAtlas_L::RegisterMethods(), Lugre::cRobRenderable2D_L::RegisterMethods(), Lugre::cSpriteList_L::RegisterMethods(), Lugre::cRenderManager2D_L::RegisterMethods(), Lugre::cRenderGroup2D_L::RegisterMethods(), Lugre::cSoundSystem_L::RegisterMethods(), Lugre::cSoundSource_L::RegisterMethods(), Lugre::cRenderTexture_L::RegisterMethods(), Lugre::cRandom_L::RegisterMethods(), Lugre::cUDP_SendSocket_L::RegisterMethods(), Lugre::cUDP_ReceiveSocket_L::RegisterMethods(), Lugre::cNetListener_L::RegisterMethods(), Lugre::cConnection_L::RegisterMethods(), cBufferedMesh_L::RegisterMethods(), Lugre::cImage_L::RegisterMethods(), Lugre::cGfx3D_L::RegisterMethods(), Lugre::cGfx2D_L::RegisterMethods(), Lugre::cFIFO_L::RegisterMethods(), Lugre::cCamera_L::RegisterMethods(), Lugre::cBitMask_L::RegisterMethods(), and Lugre::cBeamFilterComplex_L::RegisterMethods().
1.5.6