Method | Description | |
---|---|---|
Generate ( ) : void |
Generates a simple world with borders
|
|
Map ( string name, string description, int width, int height, int id ) : System |
Creates a server-side version of the map
|
|
PlayerFromRUI ( long RUI, bool ignoreError = false ) : |
Returns a player from a RemoteUniqueIdentifier (The unique player network ID)
|
public Map ( string name, string description, int width, int height, int id ) : System | ||
name | string | |
description | string | |
width | int | |
height | int | |
id | int | |
return | System |
public PlayerFromRUI ( long RUI, bool ignoreError = false ) : |
||
RUI | long | |
ignoreError | bool | |
return |