Message ReplacementMessage

File: Overlay/YMMOG/YMMOGMessage.msg

Message used to request a node replacement

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

the SubSpace belonging to the request

sendGameState int
gameState GameState

the actual GameState

Source code:

message ReplacementMessage extends YMMOGMessage {
    fields:
        int subSpaceId;    // the SubSpace belonging to the request
        int sendGameState;    // 
        GameState gameState;    // the actual GameState
}