C# Class Artemis.Modules.Games.CounterStrike.CounterStrikeModel

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

Méthodes publiques

Méthode Description
CounterStrikeModel ( MainManager mainManager ) : System
Dispose ( ) : void
Enable ( ) : void
GetRenderLayers ( bool keyboardOnly ) : List
HandleGameData ( object sender, GameDataReceivedEventArgs e ) : void
Update ( ) : void

Method Details

CounterStrikeModel() public méthode

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

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

HandleGameData() public méthode

public HandleGameData ( object sender, GameDataReceivedEventArgs e ) : void
sender object
e Artemis.Utilities.GameState.GameDataReceivedEventArgs
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void