Changeset 4949 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/weapon.h
- Timestamp:
- Jul 24, 2005, 3:11:36 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/weapon.h
r4947 r4949 90 90 /** @returns true if the weapon must be drawn */ 91 91 inline bool isVisible() const { return (this->currentState != WS_INACTIVE || !this->hideInactive)?true:false; }; 92 /** @returns true if the Weapon is chargeable */ 93 inline bool isChargeable() const { return this->chargeable; }; 92 94 93 95 // FUNCTIONS TO SET THE WEAPONS PROPERTIES.
Note: See TracChangeset
for help on using the changeset viewer.