Move¶
Namespace: ClientToChannel · Opcode: 0x001C (28)
Client position update streamed while walking. Body is the entity id plus seven floats: source X/Y, destination X/Y, server time, start rotation, end rotation.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
EntityId |
s32 |
— | — |
SourceX |
float |
— | — |
SourceY |
float |
— | — |
DestinationX |
float |
— | — |
DestinationY |
float |
— | — |
ServerTime |
float |
— | — |
StartRotation |
float |
— | — |
EndRotation |
float |
— | — |