Changeset 10107 in orxonox.OLD for branches/playability/src/world_entities/world_entity.h
- Timestamp:
- Dec 19, 2006, 10:03:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/world_entity.h
r10102 r10107 148 148 void increaseHealthMax(float increaseHealth); 149 149 OrxGui::GLGuiWidget* getHealthWidget(); 150 bool hasHealthWidget() const { return this->healthWidget ; };150 bool hasHealthWidget() const { return this->healthWidget != NULL; }; 151 151 152 152 virtual void varChangeHandler( std::list<int> & id );
Note: See TracChangeset
for help on using the changeset viewer.