Свойство | Тип | Описание | |
---|---|---|---|
random | |||
width | int |
Метод | Описание | |
---|---|---|
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 | |
Результат | bool |
public InDrawBounds ( int x, int y ) : bool | ||
x | int | |
y | int | |
Результат | bool |
public PlayerFromID ( int id ) : |
||
id | int | |
Результат |