Class Event

Inheritance Relationships

Derived Type

Class Documentation

class Event

An event.

Subclassed by Cacao::DataEvent< T >

Public Functions

inline Event(std::string eventType)

Create a new event.

Parameters:

eventType – The type of event; see the page “Events” in the manual for a list of engine events

inline const std::string GetType() const

Get the event type.

Returns:

The event type

Protected Attributes

std::string type