C# Class SEModAPIExtensions.API.Server

Afficher le fichier Open project: rexxar-tc/SEServerExtender Class Usage Examples

Méthodes publiques

Свойство Type Description
DisableProfiler bool
registerResult bool
registered bool
serializerResult bool

Private Properties

Свойство Type Description
Application_ThreadException void
AutoSaveMain void
Config_Changed void
CurrentDomain_UnhandledException void
KillProfiler void
PluginManagerMain void
ProcessCommandLineArgs bool
RunServer void
SetupGameInstallation bool
SetupManagers bool

Méthodes publiques

Méthode Description
Begin ( string key ) : void
End ( string Key ) : void
Init ( ) : void
LoadServerConfig ( ) : MyConfigDedicatedData
SaveServerConfig ( ) : void
StartServer ( ) : void
StopServer ( ) : void

Méthodes protégées

Méthode Description
Server ( ) : System

Private Methods

Méthode Description
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
AutoSaveMain ( object sender, EventArgs e ) : void
Config_Changed ( object sender, FileSystemEventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
KillProfiler ( ) : void
PluginManagerMain ( object sender, EventArgs e ) : void
ProcessCommandLineArgs ( ) : bool
RunServer ( ) : void
SetupGameInstallation ( ) : bool
SetupManagers ( ) : bool

Method Details

Begin() public static méthode

public static Begin ( string key ) : void
key string
Résultat void

End() public static méthode

public static End ( string Key ) : void
Key string
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

LoadServerConfig() public méthode

public LoadServerConfig ( ) : MyConfigDedicatedData
Résultat MyConfigDedicatedData

SaveServerConfig() public méthode

public SaveServerConfig ( ) : void
Résultat void

Server() protected méthode

protected Server ( ) : System
Résultat System

StartServer() public méthode

public StartServer ( ) : void
Résultat void

StopServer() public méthode

public StopServer ( ) : void
Résultat void

Property Details

DisableProfiler public_oe static_oe property

public static bool DisableProfiler
Résultat bool

registerResult public_oe static_oe property

public static bool registerResult
Résultat bool

registered public_oe static_oe property

public static bool registered
Résultat bool

serializerResult public_oe static_oe property

public static bool serializerResult
Résultat bool