The Event struct contains information about a fired Event.
More...
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/core/Event.h>
The Event struct contains information about a fired Event.
orxonox::Event::Event |
( |
bool |
activate, |
|
|
BaseObject * |
originator, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
bool orxonox::Event::activate_ |
True if this is an activating event (the event source was inactive before and just triggered the event) - false otherwise.
std::string orxonox::Event::name_ |
The object which triggered this event.
std::string orxonox::Event::statename_ |
The name of the state this event affects.
The documentation for this struct was generated from the following file: