Method | Description | |
---|---|---|
GetNameForWorldID ( int worldID ) : string |
Resolve a world ID to a name
|
|
Start ( ) : void |
Start the world running.
|
|
Stop ( ) : void |
Stop the world running
|
|
World ( ) : System |
A whole neww worlddddddd!
|
Method | Description | |
---|---|---|
TCP_SocketConnected ( Socket socket ) : void |
Event handler for TCP connections.
|
|
WorldUpdate ( ) : void |
World update logic
|
public GetNameForWorldID ( int worldID ) : string | ||
worldID | int | |
return | string |