Started on GameLib in client
@@ -1,2 +1,20 @@
|
|||||||
# ModuleClientApi - Feedback
|
# ModuleClientApi - GameLib
|
||||||
Need to do this sometime... Please contact me if needed!
|
|
||||||
|
Class representing the GameLib inside the ModuleClientAPI.
|
||||||
|
|
||||||
|
## Controller
|
||||||
|
|
||||||
|
### newController
|
||||||
|
|
||||||
|
Send a message to the ModuleServerAPI.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
api.GameLib.newController(roomId, controllerId);
|
||||||
|
```
|
||||||
|
|
||||||
|
| Argument | Type | Description |
|
||||||
|
| ------------ | ------ | ------------------------- |
|
||||||
|
| roomId | string | The ID of the game room. |
|
||||||
|
| controllerId | string | The ID of the controller. |
|
||||||
|
|
||||||
|
**Return** [Controller](./ModuleClientAPIGameLibController) _The GameLib Controller_
|
||||||
|
|||||||
3
ModuleClientAPIGameLibController.md
Normal file
3
ModuleClientAPIGameLibController.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# ModuleClientApi - GameLib Controller
|
||||||
|
|
||||||
|
Class representing the GameLib Controller inside the ModuleClientAPI.
|
||||||
Reference in New Issue
Block a user