Socket Event Definitions
From Another End
Contents
Client-Side
New - Need Handlers Implemented
Done - Implemented
Event Name | Expected Input | Output Event |
---|---|---|
gameStart |
|
N/A |
terrainReturn |
|
N/A |
objectReturn |
|
N/A |
Marked for Deletion
Event Name | Expected Input | Output Event |
---|---|---|
newChunk | ?? | N/A |
newObjects |
|
N/A |
Server-Side
New - Need Handlers Implemented
Done - Implemented
Event Name | Expected Input | Output Event |
---|---|---|
playerPositionUpdate |
|
N/A |
requestTerrain |
|
terrainReturn |
requestObjects |
|
objectReturn |
ExampleR3C1 | ExampleR3C2 | ExampleR3C3 |
Marked for Deletion
Event Name | Expected Input | Output Event |
---|---|---|
requestChunk |
|
newChunk |
objectsToSend |
|
newObjects |