Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8385 in orxonox.OLD for branches/script_engine/src/story_entities


Ignore:
Timestamp:
Jun 14, 2006, 2:21:59 PM (19 years ago)
Author:
snellen
Message:

executor_lua shuould now be able to handle orxonox objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/story_entities/game_world.cc

    r8303 r8385  
    186186  this->dataXML = (TiXmlElement*)root->Clone();
    187187
    188 
     188  //remove this after finished testing !!!!
    189189  Object* obj= new Object();
    190190  obj->setName("Obj");
     
    193193  Account *b = new Account(30);
    194194  b->setName("b");
    195   printf("ScriptManager created by game world\n");
     195 
     196 
    196197  LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams);
    197198
Note: See TracChangeset for help on using the changeset viewer.