C# Class MCLawl.Properties

Afficher le fichier Open project: dekema2/MCDek

Méthodes publiques

Свойство Type Description
DebugEnabled bool
MaxMaps byte
MaxPlayers byte
PublicServer bool
ServerName string
ServerPort int
VerifyNames bool

Méthodes publiques

Méthode Description
Load ( string givenPath, bool skipsalt = false ) : void
ValidString ( string str, string allowed ) : bool

Private Methods

Méthode Description
Save ( string givenPath ) : void

Method Details

Load() public static méthode

public static Load ( string givenPath, bool skipsalt = false ) : void
givenPath string
skipsalt bool
Résultat void

ValidString() public static méthode

public static ValidString ( string str, string allowed ) : bool
str string
allowed string
Résultat bool

Property Details

DebugEnabled public_oe static_oe property

public static bool DebugEnabled
Résultat bool

MaxMaps public_oe static_oe property

public static byte MaxMaps
Résultat byte

MaxPlayers public_oe static_oe property

public static byte MaxPlayers
Résultat byte

PublicServer public_oe static_oe property

public static bool PublicServer
Résultat bool

ServerName public_oe static_oe property

public static string ServerName
Résultat string

ServerPort public_oe static_oe property

public static int ServerPort
Résultat int

VerifyNames public_oe static_oe property

public static bool VerifyNames
Résultat bool