Changeset 9869 in orxonox.OLD for trunk/src/lib/script_engine/script_manager.h
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/script_engine/script_manager.h
r8894 r9869 34 34 void createTriggers(const TiXmlElement* triggers); 35 35 36 bool getTriggers();37 bool getScripts();38 39 36 static ScriptManager* singletonRef; //!< Reference to this class 40 41 const std::list<BaseObject*>* triggers; //!< A list of all the triggers in the world42 43 const std::list<BaseObject*>* scripts; //!< A list of all the scripts in the world44 45 46 37 }; 47 38 #endif
Note: See TracChangeset
for help on using the changeset viewer.