Changeset 910 for code/trunk/src/orxonox/particle/ParticleInterface.h
- Timestamp:
- Mar 20, 2008, 3:54:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/particle/ParticleInterface.h
r790 r910 48 48 void setVelocity( Real v ); 49 49 50 inline int getRate()50 inline float getRate() 51 51 { return rate_; }; 52 void setRate( int r );52 void setRate( float r ); 53 53 54 54 inline Real getDistance() … … 71 71 Real distance_; 72 72 Real velocity_; 73 int rate_;73 float rate_; 74 74 ColourValue colour_; 75 75 int numberOfEmitters_;
Note: See TracChangeset
for help on using the changeset viewer.