Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8680 in orxonox.OLD for branches/script_engine/src/world_entities


Ignore:
Timestamp:
Jun 21, 2006, 5:39:31 PM (18 years ago)
Author:
snellen
Message:

removed all testing traces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/world_entities/script_trigger.cc

    r8678 r8680  
    1 //for testing
    2 #include "luaincl.h"
    3 
    41#include "script_trigger.h"
    52#include "class_list.h"
     
    204201}
    205202
    206 
     203/*
    207204 void ScriptTrigger::testScriptingFramework()
    208205 {
     
    247244   printf("-------------------------- top of the stack:%i\n",lua_gettop(script->getLuaState()));
    248245
    249  }
     246}*/
Note: See TracChangeset for help on using the changeset viewer.