Updated more specs
@@ -22,12 +22,12 @@ The game details decribe basic information about the game and specifies how the
|
||||
```
|
||||
|
||||
| Attribute | Type | Description |
|
||||
| --------------- | ---------------------------------------------- | ----------------------------------------- |
|
||||
| --------------- | ---------------------------------------------- | ------------------------------------------ |
|
||||
| name | string | The name of the game. |
|
||||
| description | string | The description of the game. |
|
||||
| hints | string[] | List of hints for the game. |
|
||||
| (Optional) icon | string | Path to the icon of the module. |
|
||||
| controls | [Control](ModuleApiGameLibGameDetails#control) | Statistics rows to show on the endscreen. |
|
||||
| controls | [Control](ModuleApiGameLibGameDetails#control) | The actions the controller should respect. |
|
||||
|
||||
## Control
|
||||
|
||||
|
||||
@@ -75,8 +75,8 @@ Controller.on('endScreen', (endScreen) => {});
|
||||
```
|
||||
|
||||
| Argument | Type | Description |
|
||||
| --------- | -------------------------------------------------------- | ------------------- |
|
||||
| endScreen | [EndScreen](./ModuleClientAPIGameLibControllerEndScreen) | The endscreen data. |
|
||||
| --------- | ------------------------------------------- | ------------------- |
|
||||
| endScreen | [EndScreen](./ModuleAPIGameLibEndScreen.md) | The endscreen data. |
|
||||
|
||||
### on: queuePositionUpdate
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
- [Important Principals](./ModuleClientAPIPrincipals)
|
||||
- [User](./ModuleClientAPIUser)
|
||||
- [GameLib](./ModuleClientAPIGameLib)
|
||||
- [Controller](./ModuleClientAPIGameLibController.md)
|
||||
- [ModuleServerAPI](./ModuleServerAPI)
|
||||
- [Important Principals](./ModuleServerAPIPrincipals)
|
||||
- [Client](./ModuleServerAPIClient)
|
||||
@@ -24,6 +25,7 @@
|
||||
- [Axios](https://axios-http.com/docs/instance)
|
||||
- ModuleApi Shared
|
||||
- [GameLib GameDetails](./ModuleApiGameLibGameDetails)
|
||||
- [GameLib EndScreen](./ModuleAPIGameLibEndScreen)
|
||||
- [Module Debugging](./ModuleDebugging)
|
||||
- [ModuleStore](./ModuleStore)
|
||||
- [Bug/Feature Reporting](./Reporting)
|
||||
|
||||
Reference in New Issue
Block a user