Packet GameAPISnowMessage

File: src/common/CommonMessages.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

Name Type Description
GameAPIMessage packet

MOVEMENT_REQUEST

Fields:

Name Type Description
src NodeHandle
start Vector2D
end Vector2D
timeSec int
timeUsec int
command int
type int

message type

statType int

message type for stats

Source code:

packet GameAPISnowMessage extends GameAPIMessage
{
    NodeHandle src;
    Vector2D start;
    Vector2D end;
    int timeSec;
    int timeUsec;
}