More scaffholding
@@ -18,3 +18,19 @@ api.GameLib.newController(roomId, controllerId);
|
|||||||
| controllerId | string | The ID of the controller. |
|
| controllerId | string | The ID of the controller. |
|
||||||
|
|
||||||
**Return** [Controller](./ModuleClientAPIGameLibController) _The GameLib 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.
|
Class representing the GameLib Controller inside the ModuleClientAPI.
|
||||||
|
|
||||||
|
## Methods
|
||||||
|
|
||||||
### call
|
### call
|
||||||
|
|
||||||
### callCustom
|
### callCustom
|
||||||
|
|
||||||
### joinQueue
|
### joinQueue
|
||||||
|
|
||||||
|
## Events
|
||||||
|
|
||||||
### on
|
### on
|
||||||
|
|||||||
Reference in New Issue
Block a user