Property | Type | Description | |
---|---|---|---|
Build | int | ||
FPS | int | ||
Instance | |||
Rooms | List |
||
Scripting | OpenSMO.Scripting | ||
ServerConfig | OpenSMO.Config | ||
ServerMaxPlayers | byte | ||
ServerOffset | byte | ||
ServerVersion | byte | ||
StartTime | System.DateTime | ||
Users | List |
||
rnd | |||
tcpListener | |||
tcpListenerRTS |
Method | Description | |
---|---|---|
AddLog ( string Str, bool Bad = false ) : void | ||
Epoch ( ) : long | ||
JsonSafe ( string str ) : string | ||
MD5 ( string input ) : string | ||
Main ( string args ) : void | ||
MainClass ( string args ) : System | ||
RTSThread ( ) : void | ||
RandomString ( int len, string chars = "abcdefghijklmnopqrstuvwxyz0123456789" ) : string | ||
ReloadScripts ( ) : void | ||
SendChatAll ( string Message ) : void | ||
SendChatAll ( string Message, OpenSMO.Room room ) : void | ||
SendChatAll ( string Message, OpenSMO.Room room, |
||
Spaces ( string input, int spaceCount ) : string | ||
UserThread ( ) : void |
Method | Description | |
---|---|---|
ShowHelp ( ) : void |
public static AddLog ( string Str, bool Bad = false ) : void | ||
Str | string | |
Bad | bool | |
return | void |
public static RandomString ( int len, string chars = "abcdefghijklmnopqrstuvwxyz0123456789" ) : string | ||
len | int | |
chars | string | |
return | string |
public SendChatAll ( string Message, OpenSMO.Room room ) : void | ||
Message | string | |
room | OpenSMO.Room | |
return | void |
public SendChatAll ( string Message, OpenSMO.Room room, |
||
Message | string | |
room | OpenSMO.Room | |
exception | ||
return | void |
public static Spaces ( string input, int spaceCount ) : string | ||
input | string | |
spaceCount | int | |
return | string |
public TcpListener,System.Net.Sockets tcpListener | ||
return |