mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Documentation for quick start client
This commit is contained in:
@@ -10,8 +10,8 @@ options = {
|
||||
onEvent(callback(data)),
|
||||
onWorldState(callback(state)),
|
||||
onPing(callback(pingDelay)),
|
||||
onUpdatePlayerPrediction(callback(state, inputs, deltaTime)),
|
||||
onInterpolation(callback(previousState, targetState, amount)) : newState,
|
||||
onUpdatePlayerPrediction(callback(state, inputs, deltaTime) : newState),
|
||||
onInterpolation(callback(previousState, targetState, amount) : newState),
|
||||
onReady(callback),
|
||||
logging: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user