C# Class CrewChiefV3.Events.Fuel

Inheritance: AbstractEvent
Mostrar archivo Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
folderAboutToRunOut String
folderFiveMinutesFuel String
folderFourLapsEstimate String
folderHalfDistanceGoodFuel String
folderHalfDistanceLowFuel String
folderHalfTankWarning String
folderLapsRemaining String
folderLitresRemaining String
folderMinutesRemaining String
folderOneLapEstimate String
folderPlentyOfFuel String
folderTenMinutesFuel String
folderThreeLapsEstimate String
folderTwoLapsEstimate String
folderTwoMinutesFuel String
folderWeEstimate String

Public Methods

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

Protected Methods

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

Method Details

Fuel() public method

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

folderAboutToRunOut public_oe static_oe property

public static String folderAboutToRunOut
return String

folderFiveMinutesFuel public_oe static_oe property

public static String folderFiveMinutesFuel
return String

folderFourLapsEstimate public_oe static_oe property

public static String folderFourLapsEstimate
return String

folderHalfDistanceGoodFuel public_oe static_oe property

public static String folderHalfDistanceGoodFuel
return String

folderHalfDistanceLowFuel public_oe static_oe property

public static String folderHalfDistanceLowFuel
return String

folderHalfTankWarning public_oe static_oe property

public static String folderHalfTankWarning
return String

folderLapsRemaining public_oe static_oe property

public static String folderLapsRemaining
return String

folderLitresRemaining public_oe static_oe property

public static String folderLitresRemaining
return String

folderMinutesRemaining public_oe static_oe property

public static String folderMinutesRemaining
return String

folderOneLapEstimate public_oe static_oe property

public static String folderOneLapEstimate
return String

folderPlentyOfFuel public_oe static_oe property

public static String folderPlentyOfFuel
return String

folderTenMinutesFuel public_oe static_oe property

public static String folderTenMinutesFuel
return String

folderThreeLapsEstimate public_oe static_oe property

public static String folderThreeLapsEstimate
return String

folderTwoLapsEstimate public_oe static_oe property

public static String folderTwoLapsEstimate
return String

folderTwoMinutesFuel public_oe static_oe property

public static String folderTwoMinutesFuel
return String

folderWeEstimate public_oe static_oe property

public static String folderWeEstimate
return String