- Timestamp:
- Apr 21, 2016, 4:47:39 PM (9 years ago)
- Location:
- code/branches/sagerjFS16/src/orxonox/worldentities/pawns
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sagerjFS16/src/orxonox/worldentities/pawns/Pawn.cc
r11170 r11174 428 428 */ 429 429 430 void Pawn:: fired(unsigned int firemode)431 { 432 if (this->weaponSystem_) 433 this->weaponSystem_-> fire(firemode);430 void Pawn::pushed(unsigned int firemode) 431 { 432 if (this->weaponSystem_) 433 this->weaponSystem_->push(firemode); 434 434 } 435 435 -
code/branches/sagerjFS16/src/orxonox/worldentities/pawns/Pawn.h
r11166 r11174 157 157 virtual void kill(); 158 158 159 virtual void fired(unsigned int firemode) override;159 virtual void pushed(unsigned int firemode) override; 160 160 virtual void released(unsigned int firemode) override; 161 161 virtual void postSpawn();
Note: See TracChangeset
for help on using the changeset viewer.