From 0bdc98cc330bbad4718e121d1b86e647f84affbc Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Sat, 9 Aug 2025 16:46:41 +0200 Subject: [PATCH] More scaffholding --- ModuleClientAPIGameLib.md | 16 ++++++++++++++++ ModuleClientAPIGameLibController.md | 4 ++++ 2 files changed, 20 insertions(+) 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