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