Documentation for quick start client

This commit is contained in:
Jeremiah Billmann
2013-07-23 17:45:38 -04:00
parent f45cbb1119
commit f304375ff2
2 changed files with 36 additions and 5 deletions
+2 -2
View File
@@ -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
}