Changeset 8680 in orxonox.OLD for branches/script_engine/src/world_entities
- Timestamp:
- Jun 21, 2006, 5:39:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/world_entities/script_trigger.cc
r8678 r8680 1 //for testing2 #include "luaincl.h"3 4 1 #include "script_trigger.h" 5 2 #include "class_list.h" … … 204 201 } 205 202 206 203 /* 207 204 void ScriptTrigger::testScriptingFramework() 208 205 { … … 247 244 printf("-------------------------- top of the stack:%i\n",lua_gettop(script->getLuaState())); 248 245 249 } 246 }*/
Note: See TracChangeset
for help on using the changeset viewer.