Nymph Game Engine
Chaiscript based Game Engine
|
Class for set active event. More...
#include <set_active_event.h>
Public Member Functions | |
SetActiveEvent (const bool active) | |
Constructs a SetActiveEvent. More... | |
bool | getActive () const noexcept |
Gets active. More... | |
Public Member Functions inherited from Events::Event | |
Event (const EventType &type) | |
Event constructor. More... | |
EventType | getEventType () const |
Gets the event type. More... | |
Static Public Member Functions | |
static std::shared_ptr < SetActiveEvent > | create (const bool active) |
Factory function. More... | |
Class for set active event.
|
inline |
Constructs a SetActiveEvent.
[in] | active | True if active |
|
inlinestatic |
Factory function.
[in] | active | True if active |
Referenced by generated::getSetActiveEventModule().
|
inlinenoexcept |