Packet GameAPISnowMessage

File: src/common/CommonMessages.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

GameAPIMessage (packet)

MOVEMENT_REQUEST

Fields:

Name Type Description
statType int

message type for stats

start Vector2D
timeUsec int
command int
src NodeHandle
type int

message type

timeSec int
end Vector2D

Source code:

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