Updated MSA

2025-08-09 18:34:24 +02:00
parent d3cb1e1183
commit 39c99f04ba
2 changed files with 13 additions and 3 deletions

@@ -6,7 +6,7 @@ Class representing the ModuleClientAPI.
### GameLib ### GameLib
The GameLib inside the ModuleServerAPI. The GameLib inside the ModuleClientAPI.
```javascript ```javascript
api.GameLib; api.GameLib;

@@ -59,15 +59,25 @@ Environment
## Sub Classes ## Sub Classes
### GameLib
The GameLib inside the ModuleServerAPI.
```javascript
api.GameLib;
```
**Return** [GameLib](./ModuleServerAPIGameLib) _The GameLib class_
### Libs ### Libs
The Libs object. Standard libraries available through the ModuleServerAPI.
```javascript ```javascript
api.Libs; api.Libs;
``` ```
**Returns** [Libs](./ModuleServerAPILibs) _Libs object_ **Return** [Libs](./ModuleServerAPILibs) _Included libraries_
## Communication ## Communication