Update Network.Packet Commands
parent
669834dc97
commit
9c2aaa964d
|
@ -1,13 +1,13 @@
|
|||
| ID | S | C | Short Name | Description |
|
||||
| -- | - | - | ---------- | ----------- |
|
||||
| 1 | ✗ | ✗ | [LongLocation](Network.CMD_LONGLOC) | Used for long movement and z-coordinate movement. |
|
||||
| 2 | | | [State](Network.CMD_STATE) | Updates current processing state of client. Functionality removed. |
|
||||
| 3 | ✗ | ✗ | [Properties](Network.CMD_PROP) | Old Property list. |
|
||||
| 4 | ✗ | ✗ | [ShortLocation](Network.CMD_SHORTLOC) | X and Y movement deltas. |
|
||||
| 5 | ✗ | ✗ | [RoomChange](Network.CMD_ROOMCHNG) | Indication of user changing rooms, includes new location within room. |
|
||||
| 6 | ✗ | ✗ | [SessionInit](Network.CMD_SESSINIT) | Used by client to log in to a server, and server to acknowledge. Uses old property list |
|
||||
| 7 | ✗ | ✗ | [SessionExit](Network.CMD_SESSEXIT) | Used by client to log off of a server, and server to acknowledge. Uses old property list. |
|
||||
| 8 | ✗ | | [AppInit](Network.CMD_APPINIT) | Usage unknown. Modifies a state machine upon being received by client. |
|
||||
| 1 | ✗ | ✗ | [LongLocation](Network.CMD_LONGLOC) | Used for long movement and z-coordinate movement. |
|
||||
| 2 | | | [State](Network.CMD_STATE) | Updates current processing state of client. Functionality removed. |
|
||||
| 3 | ✗ | ✗ | [Properties](Network.CMD_PROP) | Old Property list. |
|
||||
| 4 | ✗ | ✗ | [ShortLocation](Network.CMD_SHORTLOC) | X and Y movement deltas. |
|
||||
| 5 | ✗ | ✗ | [RoomChange](Network.CMD_ROOMCHNG) | Indication of user changing rooms, includes new location within room. |
|
||||
| 6 | ✗ | ✗ | [SessionInit](Network.CMD_SESSINIT) | Used by client to log in to a server, and server to acknowledge. Uses old property list |
|
||||
| 7 | ✗ | ✗ | [SessionExit](Network.CMD_SESSEXIT) | Used by client to log off of a server, and server to acknowledge. Uses old property list. |
|
||||
| 8 | ✗ | | [AppInit](Network.CMD_APPINIT) | Usage unknown. Modifies a state machine upon being received by client. |
|
||||
| 10 | | ✗ | [PropertyRequest](Network.CMD_PROPREQ) | Request properties of Object ID. |
|
||||
| 11 | ✗ | | [DisappearActor](Network.CMD_DISAPPR) | Indicate a Drone should disappear. |
|
||||
| 12 | ✗ | | [AppearActor](Network.CMD_APPRACTR) | Indicate a Drone should appear in a room at location. |
|
||||
|
|
Loading…
Reference in New Issue
Block a user