Changeset 4558 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h
- Timestamp:
- Jun 8, 2005, 9:02:12 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.h
r4409 r4558 1 /*! 1 /*! 2 2 \file world.h 3 3 \brief Holds and manages all game data 4 */ 4 */ 5 5 6 6 #ifndef _WORLD_H … … 81 81 virtual void displayLoadScreen(); 82 82 virtual void releaseLoadScreen(); 83 83 84 84 /* command node functions */ 85 85 bool command (Command* cmd); … … 90 90 void spawn (WorldEntity* entity); 91 91 void spawn (WorldEntity* entity, Vector* absCoor, Quaternion* absDir); 92 void spawn(WorldEntity* entity, PNode* parentNode, Vector* relCoor, Quaternion* relDir, 93 92 void spawn(WorldEntity* entity, PNode* parentNode, Vector* relCoor, Quaternion* relDir, 93 int parentingMode); 94 94 95 95 const char* getPath(); … … 102 102 103 103 Uint32 lastFrame; //!< last time of frame 104 Uint32 cycle; //!< The cycle we are in (starts with 0 and rises with every frame) 104 105 Uint32 dt; //!< time needed to calculate this frame 105 106 float dtS; //!< The time needed for caluculations in seconds
Note: See TracChangeset
for help on using the changeset viewer.