C# Class CrewChiefV3.Events.ConditionsMonitor

Inheritance: AbstractEvent
Show file Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
ConditionsSampleFrequency System.TimeSpan
folderAirAndTrackTempDecreasing String
folderAirAndTrackTempIncreasing String
folderAirTempDecreasing String
folderAirTempIncreasing String
folderAirTempIs String
folderAirTempIsNow String
folderCelsius String
folderSeeingSomeRain String
folderStoppedRaining String
folderTrackTempDecreasing String
folderTrackTempIncreasing String
folderTrackTempIs String
folderTrackTempIsNow String

Public Methods

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

Protected Methods

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

Method Details

ConditionsMonitor() public method

public ConditionsMonitor ( 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 GameStateData
currentGameState GameStateData
return void

Property Details

ConditionsSampleFrequency public static property

public static TimeSpan,System ConditionsSampleFrequency
return System.TimeSpan

folderAirAndTrackTempDecreasing public static property

public static String folderAirAndTrackTempDecreasing
return String

folderAirAndTrackTempIncreasing public static property

public static String folderAirAndTrackTempIncreasing
return String

folderAirTempDecreasing public static property

public static String folderAirTempDecreasing
return String

folderAirTempIncreasing public static property

public static String folderAirTempIncreasing
return String

folderAirTempIs public static property

public static String folderAirTempIs
return String

folderAirTempIsNow public static property

public static String folderAirTempIsNow
return String

folderCelsius public static property

public static String folderCelsius
return String

folderSeeingSomeRain public static property

public static String folderSeeingSomeRain
return String

folderStoppedRaining public static property

public static String folderStoppedRaining
return String

folderTrackTempDecreasing public static property

public static String folderTrackTempDecreasing
return String

folderTrackTempIncreasing public static property

public static String folderTrackTempIncreasing
return String

folderTrackTempIs public static property

public static String folderTrackTempIs
return String

folderTrackTempIsNow public static property

public static String folderTrackTempIsNow
return String