C# Class CrewChiefV3.Events.OvertakingAidsMonitor

Inheritance: AbstractEvent
Mostrar archivo Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
folderAFewTenthsOffDRSRange String
folderASecondOffDRSRange String
folderActivationsRemaining String
folderDontForgetDRS String
folderGuyBehindHasDRS String
folderNoActivationsRemaining String
folderOneActivationRemaining String
folderPushToPassNowAvailable String

Public Methods

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

Protected Methods

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

Method Details

OvertakingAidsMonitor() public method

public OvertakingAidsMonitor ( 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

Property Details

folderAFewTenthsOffDRSRange public_oe static_oe property

public static String folderAFewTenthsOffDRSRange
return String

folderASecondOffDRSRange public_oe static_oe property

public static String folderASecondOffDRSRange
return String

folderActivationsRemaining public_oe static_oe property

public static String folderActivationsRemaining
return String

folderDontForgetDRS public_oe static_oe property

public static String folderDontForgetDRS
return String

folderGuyBehindHasDRS public_oe static_oe property

public static String folderGuyBehindHasDRS
return String

folderNoActivationsRemaining public_oe static_oe property

public static String folderNoActivationsRemaining
return String

folderOneActivationRemaining public_oe static_oe property

public static String folderOneActivationRemaining
return String

folderPushToPassNowAvailable public_oe static_oe property

public static String folderPushToPassNowAvailable
return String