Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2006, 1:53:06 PM (19 years ago)
Author:
bensch
Message:

more integration into orxonox framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/lib/script_engine/script_manager.h

    r8212 r8239  
    1414{
    1515 public:
    16    ScriptManager();
     16   ScriptManager(const TiXmlElement* root = NULL);
    1717   ~ScriptManager();
    18 
    19   inline static ScriptManager* getInstance() { if (!ScriptManager::singletonRef)ScriptManager::singletonRef = new ScriptManager(); return ScriptManager::singletonRef; }
    2018
    2119  /// LOADING
     
    2826
    2927 private:
    30 
    31    void  reset();                                   //!< Resets the script manager
    32    void  init();
     28   void  flush();                                   //!< Resets the script manager
    3329   void  createScripts(const TiXmlElement* scripts);
    3430   void  createTriggers(const TiXmlElement* triggers);
Note: See TracChangeset for help on using the changeset viewer.