Message GameAPIListMessage

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:

GameAPIMessage (no description)

Fields:

Name Type Description
removeNeighbor NodeHandle[]
addNeighbor NodeHandle[]
neighborPosition Vector2D[]

Source code:

message GameAPIListMessage extends GameAPIMessage // NEIGHBOR_UPDATE
{
    fields:
        NodeHandle removeNeighbor[];
        NodeHandle addNeighbor[];
        Vector2D neighborPosition[];
};