Message GameAPIMessage

File: Common/CommonMessages.msg

(no description)

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:

BaseOverlayMessage

Base class for all messages handled by overlay modules

Known subclasses:

GameAPIListMessage (no description)
GameAPIPositionMessage (no description)

Fields:

Name Type Description
command int

Source code:

message GameAPIMessage extends BaseOverlayMessage // MOVEMENT_REQUEST
{
    fields:
        int command enum(GameAPIMessageCommand);
};