Property | Type | Description | |
---|---|---|---|
DebugEnabled | bool | ||
MaxMaps | byte | ||
MaxPlayers | byte | ||
PublicServer | bool | ||
ServerName | string | ||
ServerPort | int | ||
VerifyNames | bool |
Method | Description | |
---|---|---|
Load ( string givenPath, bool skipsalt = false ) : void | ||
ValidString ( string str, string allowed ) : bool |
Method | Description | |
---|---|---|
Save ( string givenPath ) : void |
public static Load ( string givenPath, bool skipsalt = false ) : void | ||
givenPath | string | |
skipsalt | bool | |
return | void |
public static ValidString ( string str, string allowed ) : bool | ||
str | string | |
allowed | string | |
return | bool |