Orxonox
0.0.5 Codename: Arcturus
|
NotificationDispatchers are entities that are instantiated in a level file (through XML) and that dispatch (or send) a specific Notification upon having received a triggering event. More...
Files | |
file | CommandNotification.h |
Definition of the CommandNotification class. | |
file | SimpleNotification.h |
Declaration of the SimpleNotification class. | |
Classes | |
class | orxonox::CommandNotification |
This class implements a method of displaying a Notification with information to an input command and the key the command is mapped to. More... | |
class | orxonox::SimpleNotification |
The SimpleNotification class enables the sending of (in XML) predefined Notifications upon some kind of triggering event. More... | |
NotificationDispatchers are entities that are instantiated in a level file (through XML) and that dispatch (or send) a specific Notification upon having received a triggering event.
At this point there are two NotificationDispatchers, the SimpleNotification, which just displays a specified message, and the CommandNotification which displays a message with a binding for a specified command in it.