Changeset 5205 in orxonox.OLD for trunk/src/story_entities/world.h
- Timestamp:
- Sep 18, 2005, 10:37:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.h
r5039 r5205 68 68 void spawn(WorldEntity* entity, PNode* parentNode, Vector* relCoor, Quaternion* relDir); 69 69 70 /** @param speed sets the speed of the Game */ 71 inline void setSpeed(float speed) { this->speed = speed; }; 70 72 const char* getPath(); 71 73 void setPath( const char* name); … … 80 82 Uint32 dt; //!< time needed to calculate this frame (in milliSeconds) 81 83 float dtS; //!< The time needed for caluculations in seconds 84 float speed; //!< how fast the game flows 82 85 double gameTime; //!< this is where the game time is saved 83 86 bool bQuitOrxonox; //!< quit this application
Note: See TracChangeset
for help on using the changeset viewer.