Changeset 5759 for code/trunk/src/libraries/core/LuaState.cc
- Timestamp:
- Sep 21, 2009, 9:17:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/LuaState.cc
r5738 r5759 74 74 sourceFileInfo_->size = 0; 75 75 76 // Push thispointer76 // Push 'this' pointer 77 77 tolua_pushusertype(luaState_, static_cast<void*>(this), "orxonox::LuaState"); 78 78 lua_setglobal(luaState_, "luaState");
Note: See TracChangeset
for help on using the changeset viewer.