Property | Type | Description | |
---|---|---|---|
MaxPlayersDisabled | bool |
Method | Description | |
---|---|---|
ChangeLimits ( int newMaxSlots, int newOverlimitSlots ) : int | ||
FreeSlot ( int id ) : void | ||
HandoverSlot ( IPlayerConnection src, ClientConnection dst ) : bool | ||
Initialize ( int maxSlots, int overlimitSlots ) : void | ||
IsPrivileged ( int id ) : bool | ||
RemoveFromQueues ( ClientConnection conn ) : void | ||
Schedule ( ClientConnection conn, int priority ) : int |
Method | Description | |
---|---|---|
AssignSlot ( ClientConnection conn, int id ) : bool | ||
AssignSlotOrQueue ( ClientConnection conn, int queue ) : int | ||
FindForSlot ( int id ) : ClientConnection | ||
MaxPlayersCommand ( ISender sender, ArgumentList args ) : void | ||
PushSlot ( int id ) : void | ||
QCommand ( ISender sender, ArgumentList args ) : void | ||
WaitingMessage ( ClientConnection conn ) : string |
public static ChangeLimits ( int newMaxSlots, int newOverlimitSlots ) : int | ||
newMaxSlots | int | |
newOverlimitSlots | int | |
return | int |
public static HandoverSlot ( IPlayerConnection src, ClientConnection dst ) : bool | ||
src | IPlayerConnection | |
dst | ClientConnection | |
return | bool |
public static Initialize ( int maxSlots, int overlimitSlots ) : void | ||
maxSlots | int | |
overlimitSlots | int | |
return | void |
public static RemoveFromQueues ( ClientConnection conn ) : void | ||
conn | ClientConnection | |
return | void |
public static Schedule ( ClientConnection conn, int priority ) : int | ||
conn | ClientConnection | |
priority | int | |
return | int |