C# Class CrewChiefV3.Events.MandatoryPitStops

Inheritance: AbstractEvent
Mostrar archivo Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
folderMandatoryPitStopsMinutes String
folderMandatoryPitStopsMissedStop String
folderMandatoryPitStopsOptionTyres String
folderMandatoryPitStopsPitThisLap String
folderMandatoryPitStopsPitWindowOpensAfter String
folderMandatoryPitStopsPitWindowOpensOnLap String
folderMandatoryPitStopsPrimeTyres String
folderMandatoryPitStopsYesStopAfter String
folderMandatoryPitStopsYesStopOnLap String

Public Methods

Method Description
MandatoryPitStops ( AudioPlayer audioPlayer ) : System
clearState ( ) : void
respond ( String voiceMessage ) : void

Protected Methods

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

Method Details

MandatoryPitStops() public method

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

folderMandatoryPitStopsMinutes public_oe static_oe property

public static String folderMandatoryPitStopsMinutes
return String

folderMandatoryPitStopsMissedStop public_oe static_oe property

public static String folderMandatoryPitStopsMissedStop
return String

folderMandatoryPitStopsOptionTyres public_oe static_oe property

public static String folderMandatoryPitStopsOptionTyres
return String

folderMandatoryPitStopsPitThisLap public_oe static_oe property

public static String folderMandatoryPitStopsPitThisLap
return String

folderMandatoryPitStopsPitWindowOpensAfter public_oe static_oe property

public static String folderMandatoryPitStopsPitWindowOpensAfter
return String

folderMandatoryPitStopsPitWindowOpensOnLap public_oe static_oe property

public static String folderMandatoryPitStopsPitWindowOpensOnLap
return String

folderMandatoryPitStopsPrimeTyres public_oe static_oe property

public static String folderMandatoryPitStopsPrimeTyres
return String

folderMandatoryPitStopsYesStopAfter public_oe static_oe property

public static String folderMandatoryPitStopsYesStopAfter
return String

folderMandatoryPitStopsYesStopOnLap public_oe static_oe property

public static String folderMandatoryPitStopsYesStopOnLap
return String