Public Member Functions | |
| ActorEvent (uint16 actorId_, EventType eventType_) | |
| ActorEvent (uint16 actorId_, EventType eventType_, ScriptValue arg_) | |
| Event * | clone () const override |
| Common::String | debugString () const override |
Public Member Functions inherited from MediaStation::Event | |
| Event (EventClass eventClass_, EventType eventType_) | |
Public Attributes | |
| uint | actorId = 0 |
| ScriptValue | arg |
Public Attributes inherited from MediaStation::Event | |
| EventClass | eventClass = kEventClassInvalid |
| EventType | type = kEventTypeInvalid |