Свойство | Type | Description | |
---|---|---|---|
random | |||
width | int |
Méthode | Description | |
---|---|---|
InBounds ( int x, int y, int z = 1 ) : bool |
Determines if a grid position is in the bounds of the map
|
|
InDrawBounds ( int x, int y ) : bool |
Determines if a grid position is in the bounds of the drawing area (The map, but not the border)
|
|
PlayerFromID ( int id ) : |
Returns a player from an ID
|
public InBounds ( int x, int y, int z = 1 ) : bool | ||
x | int | |
y | int | |
z | int | |
Résultat | bool |
public PlayerFromID ( int id ) : |
||
id | int | |
Résultat |