Multiuser Server 2 Server Classes
| Interface | Description | |
|---|---|---|
| IApplication |
Mesmotronic Multiuser Server 2 Application Interface
This interface should not be used directly: it is the interface used by the application property of the MultiuserServerApplication class. Availability: 2.0.0 |
|
| IClient |
Mesmotronic Multiuser Server 2 Client Interface
This interface should not be used directly: it is the interface used by elements of the application.clients Array of the MultiuserServerApplication class. Availability: 2.0.0 |
| Class | Description | |
|---|---|---|
| MultiuserServerApplication | Multiuser Server Application Base Class: extend this class to create server side applications of your own. |