Property | Type | Description | |
---|---|---|---|
Death | bool | ||
GrassDestroy | bool | ||
GrassGrow | bool | ||
Instant | bool | ||
Killer | bool | ||
UndoBuffer | List |
||
ZoneList | List |
||
ai | bool | ||
backedup | bool | ||
blockCache | List |
||
blocks | byte[] | ||
changed | bool | ||
ctfgame | |||
ctfmode | bool | ||
currentUndo | int | ||
depth | ushort | ||
drown | int | ||
edgeWater | bool | ||
fall | int | ||
finite | bool | ||
fishstill | bool | ||
height | ushort | ||
id | int | ||
jailrotx | byte | ||
jailx | ushort | ||
lastCheck | int | ||
lastUpdate | int | ||
motd | string | ||
name | string | ||
overload | int | ||
permissionbuild | LevelPermission | ||
permissionvisit | LevelPermission | ||
physPause | bool | ||
physResume | System.DateTime | ||
physThread | Thread | ||
physTimer | System.Timers.Timer | ||
physics | int | ||
realistic | bool | ||
rotx | byte | ||
roty | byte | ||
rp | bool | ||
spawnx | ushort | ||
spawny | ushort | ||
spawnz | ushort | ||
speedPhysics | int | ||
theme | string | ||
unload | bool | ||
width | ushort | ||
worldChat | bool |
Method | Description | |
---|---|---|
Level ( string n, ushort x, ushort y, ushort z, string type ) : System |
public Level ( string n, ushort x, ushort y, ushort z, string type ) : System | ||
n | string | |
x | ushort | |
y | ushort | |
z | ushort | |
type | string | |
return | System |