Message ClientEventList

File: Overlay/YMMOG/YMMOGMessage.msg

Message used to publish ClientEvents

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

YMMOGMessage

Base message for all messages used by YMMOG

Fields:

Name Type Description
eventList Event[]

the array of Events to publish

Source code:

message ClientEventList extends YMMOGMessage {
    fields:
        Event eventList[];    // the array of Events to publish
}