- Timestamp:
- Nov 23, 2015, 1:24:51 PM (9 years ago)
- Location:
- code/branches/campaignHS15
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15
-
code/branches/campaignHS15/src/orxonox/worldentities/pawns/Pawn.cc
r10624 r10834 299 299 } 300 300 301 302 301 void Pawn::kill() 303 302 { … … 319 318 } 320 319 } 321 322 320 323 321 void Pawn::death() … … 472 470 } 473 471 472 /** 473 @brief 474 Check whether the Pawn has a @ref Orxonox::WeaponSystem and fire it with the specified firemode if it has one. 475 */ 474 476 void Pawn::fired(unsigned int firemode) 475 477 {
Note: See TracChangeset
for help on using the changeset viewer.