Changeset 11099 for code/trunk/src/orxonox/interfaces
- Timestamp:
- Jan 27, 2016, 6:50:51 PM (9 years ago)
- Location:
- code/trunk/src/orxonox/interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/interfaces/NotificationListener.cc
r11071 r11099 102 102 @param isCommand 103 103 Whether the message is a command or a notification. 104 @param messageType104 @param type 105 105 The type of the notification. 106 106 */ -
code/trunk/src/orxonox/interfaces/PlayerTrigger.h
r10624 r11099 82 82 /** 83 83 @brief Set the player that triggered the PlayerTrigger. This is normally done by classes inheriting vom PlayerTrigger. 84 @param p layerA pointer to the Pawn that triggered the PlayerTrigger.84 @param pawn A pointer to the Pawn that triggered the PlayerTrigger. 85 85 */ 86 86 void setTriggeringPawn(Pawn* pawn);
Note: See TracChangeset
for help on using the changeset viewer.