More scaffholding

2025-08-09 16:46:41 +02:00
parent f816a259e6
commit 0bdc98cc33
2 changed files with 20 additions and 0 deletions

@@ -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

@@ -2,10 +2,14 @@
Class representing the GameLib Controller inside the ModuleClientAPI.
## Methods
### call
### callCustom
### joinQueue
## Events
### on