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

Inheritance: Artemis.Models.GameModel
显示文件 Open project: SpoinkyNL/Artemis Class Usage Examples

Public Methods

Method 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 method

public CounterStrikeModel ( MainManager mainManager ) : System
mainManager Artemis.Managers.MainManager
return System

Dispose() public method

public Dispose ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

GetRenderLayers() public method

public GetRenderLayers ( bool keyboardOnly ) : List
keyboardOnly bool
return List

HandleGameData() public method

public HandleGameData ( object sender, GameDataReceivedEventArgs e ) : void
sender object
e Artemis.Utilities.GameState.GameDataReceivedEventArgs
return void

Update() public method

public Update ( ) : void
return void