Orxonox
0.0.5 Codename: Arcturus
|
Definition of the TriggerBase class. More...
#include "objects/ObjectsPrereqs.h"
#include <set>
#include <string>
#include "tools/interfaces/Tickable.h"
#include "worldentities/StaticEntity.h"
Go to the source code of this file.
Classes | |
class | orxonox::TriggerBase |
The TriggerBase class is a base class for the two types of triggers, the (normal) Triggers and the MultiTriggers, it encompasses the shared data and functionality between these two types of triggers, but is in itself not a trigger that has any meaningful behavior and thus should not be instantiated. More... | |
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Enumerations | |
enum | orxonox::TriggerMode { orxonox::TriggerMode::EventTriggerAND, orxonox::TriggerMode::EventTriggerOR, orxonox::TriggerMode::EventTriggerXOR } |
The different modes the trigger can be in. More... | |
Definition of the TriggerBase class.