Message LogoutMessage

File: Overlay/YMMOG/YMMOGMessage.msg

Message used to logout from the game

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
id int

the id of the YMMOG node

successfull bool

true if logout was successfull

Source code:

message LogoutMessage extends YMMOGMessage {
    fields:
        int id;    // the id of the YMMOG node
        bool successfull;    // true if logout was successfull
}