C# Class Artemis.Modules.Games.UnrealTournament.UnrealTournamentModel

Inheritance: Artemis.Models.GameModel
Afficher le fichier Open project: SpoinkyNL/Artemis Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Enable ( ) : void
GetRenderLayers ( bool keyboardOnly ) : List
UnrealTournamentModel ( MainManager mainManager ) : System
Update ( ) : void

Private Methods

Méthode Description
KillTimerOnElapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void
PipeServerOnPipeMessage ( string message ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

GetRenderLayers() public méthode

public GetRenderLayers ( bool keyboardOnly ) : List
keyboardOnly bool
Résultat List

UnrealTournamentModel() public méthode

public UnrealTournamentModel ( MainManager mainManager ) : System
mainManager Artemis.Managers.MainManager
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void