Changeset 10675 in orxonox.OLD for branches/vs-enhencements/src/world_entities/world_entity.h
- Timestamp:
- Jun 7, 2007, 2:28:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/world_entities/world_entity.h
r10671 r10675 182 182 void resetHealth() { this->health = this->healthMax; }; 183 183 184 void createHealthWidget(); 185 void createShieldWidget(); 186 void createElectronicWidget(); 184 187 185 188 void regen(float time); … … 218 221 void setHealthWidgetVisibility(bool visibility); 219 222 void setHealthMax(float healthMax); 220 void createHealthWidget();221 void createShieldWidget();222 void createElectronicWidget();223 // void createHealthWidget(); 224 // void createShieldWidget(); 225 // void createElectronicWidget(); 223 226 void setHealthRegen(float regen) { this->healthRegen = regen; }; 224 227 // CharacterAttributes* charAttr; //!< the character attributes of a world_entity
Note: See TracChangeset
for help on using the changeset viewer.