Changeset 10020 in orxonox.OLD for branches/playability/src/world_entities/space_ships/space_ship.h
- Timestamp:
- Dec 6, 2006, 1:11:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.h
r10019 r10020 83 83 void weaponRegen(float time); //!< weapon energy regeneration 84 84 85 inline bool systemFailure(); 86 85 87 //WeaponManager weaponMan; //!< the primary weapon manager: managing a list of energy weapons to wepaon-slot mapping 86 88 WeaponManager secWeaponMan; //!< the secondary weapon manager: managing a list of special weapons to weapon-slot mapping … … 104 106 float electronicMax; //!< maximum electronic 105 107 float electronicRegen; //!< electronic regenration rate per tick 108 float electronicTH; //!< Threshhold for electronic failure 106 109 107 110 float engineSpeedCur; //!< speed output for movement = speed base + energy share part
Note: See TracChangeset
for help on using the changeset viewer.