Свойство | Тип | Описание | |
---|---|---|---|
DebugEnabled | bool | ||
MaxMaps | byte | ||
MaxPlayers | byte | ||
PublicServer | bool | ||
ServerName | string | ||
ServerPort | int | ||
VerifyNames | bool |
Метод | Описание | |
---|---|---|
Load ( string givenPath, bool skipsalt = false ) : void | ||
ValidString ( string str, string allowed ) : bool |
Метод | Описание | |
---|---|---|
Save ( string givenPath ) : void |
public static Load ( string givenPath, bool skipsalt = false ) : void | ||
givenPath | string | |
skipsalt | bool | |
Результат | void |
public static ValidString ( string str, string allowed ) : bool | ||
str | string | |
allowed | string | |
Результат | bool |