(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
GameAPIMessage (packet) |
MOVEMENT_REQUEST |
Name | Type | Description |
---|---|---|
thrower | int | |
statType | int |
message type for stats |
timeUsec | int | |
command | int | |
src | NodeHandle | |
type | int |
message type |
timeSec | int |
packet GameAPIFrozenMessage extends GameAPIMessage { NodeHandle src; int thrower; int timeSec; int timeUsec; }