Changeset 4884 in orxonox.OLD for orxonox/branches/weaponSystem/src/world_entities/weapons/weapon.h
- Timestamp:
- Jul 18, 2005, 3:26:03 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/weaponSystem/src/world_entities/weapons/weapon.h
r4883 r4884 147 147 // PHASES // 148 148 //////////// 149 private: 149 150 WeaponState currentState; //!< The State the weapon is in. 150 151 WeaponAction requestedAction; //!< An action to try to Engage after the currentState ends. … … 157 158 bool hideInactive; //!< Hides the Weapon if it is inactive 158 159 159 private:160 160 bool active; //!< states wheter the weapon is enabled or not 161 161 Projectile* projectile; //!< the projectile used for this weapon
Note: See TracChangeset
for help on using the changeset viewer.