Changeset 10058 for code/branches/modularships/src/orxonox/items/ShipPart.h
- Timestamp:
- May 15, 2014, 3:53:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/orxonox/items/ShipPart.h
r10055 r10058 78 78 { return this->alive_; } 79 79 80 inline void setEventExecution(bool var) 81 { this->eventExecution_ = var; } 82 inline bool isEventExecution() 83 { return this->eventExecution_; } 84 80 85 virtual void setHealth(float health); 81 86 inline void addHealth(float health) … … 114 119 115 120 bool alive_; 121 bool eventExecution_; 116 122 117 123
Note: See TracChangeset
for help on using the changeset viewer.