Changeset 11099 for code/trunk/src/orxonox/worldentities/pawns
- Timestamp:
- Jan 27, 2016, 6:50:51 PM (9 years ago)
- Location:
- code/trunk/src/orxonox/worldentities/pawns
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.cc
r11071 r11099 207 207 @brief 208 208 Add a ShipPart to the SpaceShip. 209 @param engine209 @param part 210 210 A pointer to the ShipPart to be added. 211 211 */ -
code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.h
r11071 r11099 58 58 59 59 As mentioned @ref orxonox::Engine Engines can be mounted on the ModularSpaceShip. 60 In order to assign attached entities to a ShipPart, a ShipPart with the same name as the corresponding entity needs to be created in the <parts> tag.60 In order to assign attached entities to a ShipPart, a ShipPart with the same name as the corresponding entity needs to be created in the \<parts\> tag. 61 61 Here is a (primitive) example of a ModularSpaceShip defined in XML: 62 62 @code -
code/trunk/src/orxonox/worldentities/pawns/Pawn.cc
r11071 r11099 425 425 /** 426 426 @brief 427 Check whether the Pawn has a @ref Orxonox::WeaponSystem and fire it with the specified firemode if it has one.427 Check whether the Pawn has a @ref orxonox::WeaponSystem and fire it with the specified firemode if it has one. 428 428 */ 429 429
Note: See TracChangeset
for help on using the changeset viewer.