diff --git a/ModuleClientAPIGameLib.md b/ModuleClientAPIGameLib.md index 39b3664..d68f4f2 100644 --- a/ModuleClientAPIGameLib.md +++ b/ModuleClientAPIGameLib.md @@ -18,3 +18,19 @@ api.GameLib.newController(roomId, controllerId); | controllerId | string | The ID of the controller. | **Return** [Controller](./ModuleClientAPIGameLibController) _The GameLib Controller_ + +## Timing + +### toTimeSpan + +### toFrameCycle + +### getCurrentFrameIndex + +### getFrameIndexAtTimestamp + +### getCurrentTimeSpanRatio + +### getTimeSpanRatioAtTimestamp + +### toRatio diff --git a/ModuleClientAPIGameLibController.md b/ModuleClientAPIGameLibController.md index de55bcd..f6d7995 100644 --- a/ModuleClientAPIGameLibController.md +++ b/ModuleClientAPIGameLibController.md @@ -2,10 +2,14 @@ Class representing the GameLib Controller inside the ModuleClientAPI. +## Methods + ### call ### callCustom ### joinQueue +## Events + ### on