C# Class MCSharp.Properties

Afficher le fichier Open project: Voziv/MCSharp

Méthodes publiques

Свойство Type Description
AllowWorldChat bool
AntiTunnelEnabled bool
AutoUnloadEnabled bool
BackupInterval int
BetaMode bool
DebugEnabled bool
GuestGoto bool
IRCChannel string
IRCEnabled bool
IRCIdentify bool
IRCNick string
IRCPassword string
IRCPort int
IRCServer string
MainLevel string
MaxDepth byte
MaxMaps byte
MaxPlayers byte
PhysicsOverload int
PublicServer bool
ServerAdministrator string
ServerMOTD string
ServerName string
ServerPort int
VerifyNames bool
administratorCuboidLimit System.Int32
advBuilderCuboidLimit System.Int32
moderatorCuboidLimit System.Int32
operatorCuboidLimit System.Int32

Méthodes publiques

Méthode Description
Load ( ) : void
ValidName ( string name ) : bool
ValidString ( string str ) : bool
ValidString ( string str, string allowed ) : bool

Private Methods

Méthode Description
Save ( ) : void

Method Details

Load() public static méthode

public static Load ( ) : void
Résultat void

ValidName() public static méthode

public static ValidName ( string name ) : bool
name string
Résultat bool

ValidString() public static méthode

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

ValidString() public static méthode

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

Property Details

AllowWorldChat public_oe static_oe property

public static bool AllowWorldChat
Résultat bool

AntiTunnelEnabled public_oe static_oe property

public static bool AntiTunnelEnabled
Résultat bool

AutoUnloadEnabled public_oe static_oe property

public static bool AutoUnloadEnabled
Résultat bool

BackupInterval public_oe static_oe property

public static int BackupInterval
Résultat int

BetaMode public_oe static_oe property

public static bool BetaMode
Résultat bool

DebugEnabled public_oe static_oe property

public static bool DebugEnabled
Résultat bool

GuestGoto public_oe static_oe property

public static bool GuestGoto
Résultat bool

IRCChannel public_oe static_oe property

public static string IRCChannel
Résultat string

IRCEnabled public_oe static_oe property

public static bool IRCEnabled
Résultat bool

IRCIdentify public_oe static_oe property

public static bool IRCIdentify
Résultat bool

IRCNick public_oe static_oe property

public static string IRCNick
Résultat string

IRCPassword public_oe static_oe property

public static string IRCPassword
Résultat string

IRCPort public_oe static_oe property

public static int IRCPort
Résultat int

IRCServer public_oe static_oe property

public static string IRCServer
Résultat string

MainLevel public_oe static_oe property

public static string MainLevel
Résultat string

MaxDepth public_oe static_oe property

public static byte MaxDepth
Résultat byte

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

PhysicsOverload public_oe static_oe property

public static int PhysicsOverload
Résultat int

PublicServer public_oe static_oe property

public static bool PublicServer
Résultat bool

ServerAdministrator public_oe static_oe property

public static string ServerAdministrator
Résultat string

ServerMOTD public_oe static_oe property

public static string ServerMOTD
Résultat string

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

administratorCuboidLimit public_oe static_oe property

public static Int32,System administratorCuboidLimit
Résultat System.Int32

advBuilderCuboidLimit public_oe static_oe property

public static Int32,System advBuilderCuboidLimit
Résultat System.Int32

moderatorCuboidLimit public_oe static_oe property

public static Int32,System moderatorCuboidLimit
Résultat System.Int32

operatorCuboidLimit public_oe static_oe property

public static Int32,System operatorCuboidLimit
Résultat System.Int32