Progress: Documentation

This commit is contained in:
Jeremiah Billmann
2013-07-31 10:33:26 -04:00
parent 166e32a5bc
commit a2aa4a5d51
2 changed files with 77 additions and 53 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ options = {
onEvent(callback(data)),
onWorldState(callback(state)),
onPing(callback(pingDelay)),
onUpdatePlayerPrediction(callback(state, inputs, deltaTime) : newState),
onUpdatePlayerPrediction(callback(currentState, inputs, deltaTime) : newState),
onInterpolation(callback(previousState, targetState, amount) : newState),
onReady(callback),
logging: true