My Project
|
#include <MCLocoEvent.h>
Public Member Functions | |
MCLocoEvent (std::vector< MCLocoTrigger * > triggers, std::vector< MCLocoAction * > actions) | |
bool | HasTrigger (MCTriggerSource source, std::string eventType, std::string eventId, std::string value) |
std::vector< MCLocoAction * > | GetActions () |
MCLocoEvent::MCLocoEvent | ( | std::vector< MCLocoTrigger * > | triggers, |
std::vector< MCLocoAction * > | actions ) |
std::vector< MCLocoAction * > MCLocoEvent::GetActions | ( | ) |
bool MCLocoEvent::HasTrigger | ( | MCTriggerSource | source, |
std::string | eventType, | ||
std::string | eventId, | ||
std::string | value ) |