C# Class CrewChiefV3.Events.EngineMonitor

Inheritance: AbstractEvent
Mostrar archivo Open project: mrbelowski/r3e_crewchief_v3

Public Methods

Method Description
EngineMonitor ( AudioPlayer audioPlayer ) : System
clearState ( ) : void
respond ( string voiceMessage ) : void

Protected Methods

Method Description
triggerInternal ( GameStateData previousGameState, GameStateData currentGameState ) : void

Method Details

EngineMonitor() public method

public EngineMonitor ( AudioPlayer audioPlayer ) : System
audioPlayer AudioPlayer
return System

clearState() public method

public clearState ( ) : void
return void

respond() public method

public respond ( string voiceMessage ) : void
voiceMessage string
return void

triggerInternal() protected method

protected triggerInternal ( GameStateData previousGameState, GameStateData currentGameState ) : void
previousGameState CrewChiefV3.GameState.GameStateData
currentGameState CrewChiefV3.GameState.GameStateData
return void