Updated MSA
@@ -6,7 +6,7 @@ Class representing the ModuleClientAPI.
|
||||
|
||||
### GameLib
|
||||
|
||||
The GameLib inside the ModuleServerAPI.
|
||||
The GameLib inside the ModuleClientAPI.
|
||||
|
||||
```javascript
|
||||
api.GameLib;
|
||||
|
||||
@@ -59,15 +59,25 @@ Environment
|
||||
|
||||
## Sub Classes
|
||||
|
||||
### GameLib
|
||||
|
||||
The GameLib inside the ModuleServerAPI.
|
||||
|
||||
```javascript
|
||||
api.GameLib;
|
||||
```
|
||||
|
||||
**Return** [GameLib](./ModuleServerAPIGameLib) _The GameLib class_
|
||||
|
||||
### Libs
|
||||
|
||||
The Libs object.
|
||||
Standard libraries available through the ModuleServerAPI.
|
||||
|
||||
```javascript
|
||||
api.Libs;
|
||||
```
|
||||
|
||||
**Returns** [Libs](./ModuleServerAPILibs) _Libs object_
|
||||
**Return** [Libs](./ModuleServerAPILibs) _Included libraries_
|
||||
|
||||
## Communication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user