More scaffholding
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user