Changeset 7552 for code/trunk/src/modules/notifications/dispatchers
- Timestamp:
- Oct 17, 2010, 10:50:43 PM (14 years ago)
- Location:
- code/trunk/src/modules/notifications/dispatchers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/dispatchers/CommandNotification.h
r7489 r7552 60 60 Upon being triggered this would display the @ref orxonox::Notification "Notification" "Please press {the binding of the specified command} to do something". 61 61 For more information on what can be used for @code <PlayerTrigger /> @endcode see the @ref orxonox::NotificationDispatcher "NotificationDispatcher" documentation. 62 62 63 @author 63 64 Damian 'Mozork' Frick 65 66 @ingroup NotificationDispatchers 64 67 */ 65 68 class _NotificationsExport CommandNotification : public NotificationDispatcher -
code/trunk/src/modules/notifications/dispatchers/SimpleNotification.h
r7488 r7552 58 58 @endcode 59 59 For more information on what can be used for @code <PlayerTrigger /> @endcode see the @ref orxonox::NotificationDispatcher "NotificationDispatcher" documentation. 60 60 61 @author 61 62 Damian 'Mozork' Frick 63 64 @ingroup NotificationDispatchers 62 65 */ 63 66 class _NotificationsExport SimpleNotification : public NotificationDispatcher
Note: See TracChangeset
for help on using the changeset viewer.