Packet GameAPIFrozenMessage

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
thrower int
statType int

message type for stats

timeUsec int
command int
src NodeHandle
type int

message type

timeSec int

Source code:

packet GameAPIFrozenMessage extends GameAPIMessage
{
    NodeHandle src;
    int thrower;
    int timeSec;
    int timeUsec;
}