Packet QuonMoveMessage

File: src/overlay/quon/Quon.msg

C++ definition

NODE_MOVE

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
QuonListMessage packet

JOIN_ACKNOWLEDGE, NEW_NEIGHBORS, NODE_LEAVE

Fields:

Name Type Description
newPosition Vector2D
isBinding bool
neighborHandle NodeHandle[]
neighborPosition Vector2D[]
command int
sender NodeHandle
position Vector2D
AOIsize double
type int

message type

statType int

message type for stats

Source code:

packet QuonMoveMessage extends QuonListMessage // NODE_MOVE
{
    Vector2D newPosition;
    bool isBinding = false;
}