Changeset 10306 in orxonox.OLD for branches/playability/src/world_entities/space_ships/space_ship.h
- Timestamp:
- Jan 23, 2007, 9:32:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.h
r10291 r10306 81 81 virtual void enterPlaymode(Playable::Playmode playmode); 82 82 void setPlaymodeXML(const std::string& playmode); //recieves the playmode from a string (useful for script implementation) 83 inline void setActionWidthPercentage(float f) {this->actionWidthPercentage = f; updateTravelDistance();};83 void setActionWidthPercentage(int i); 84 84 void updateTravelDistance(); 85 85 virtual void movement (float dt);
Note: See TracChangeset
for help on using the changeset viewer.