C# Class Artemis.Modules.Games.Dota2.Dota2Model

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

Méthodes publiques

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

Private Methods

Méthode Description
UpdateDay ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dota2Model() public méthode

public Dota2Model ( MainManager mainManager ) : System.Collections.Generic
mainManager Artemis.Managers.MainManager
Résultat System.Collections.Generic

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