Property | Type | Description | |
---|---|---|---|
color | char | ||
goalPositions | List |
||
level | MCDawn.Level | ||
players | List |
||
points | int | ||
spawns | List |
||
spawnset | bool | ||
teamstring | string |
Method | Description | |
---|---|---|
AddMember ( |
||
AddSpawn ( ushort x, ushort y, ushort z, ushort rotx, ushort roty ) : void | ||
GetColorBlock ( char color ) : byte | ||
RemoveMember ( |
||
SpawnPlayer ( |
public AddSpawn ( ushort x, ushort y, ushort z, ushort rotx, ushort roty ) : void | ||
x | ushort | |
y | ushort | |
z | ushort | |
rotx | ushort | |
roty | ushort | |
return | void |
public static GetColorBlock ( char color ) : byte | ||
color | char | |
return | byte |