C# Class CrewChiefV3.Events.LapTimes

Inheritance: AbstractEvent
Mostrar archivo Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
folderLapTimeIntro String

Public Methods

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

Protected Methods

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

Private Methods

Method Description
checkAgainstPreviousLaps ( ) : ConsistencyResult
getEnumForSectorDelta ( float delta, System.Boolean comparisonIncludesAllLaps ) : SectorDeltaEnum
getFolderForSectorCombination ( SectorDeltaEnum delta, SectorSet sectorSet ) : String
getFoldersForSectorsAndDeltas ( float sector1delta, float sector2delta, float sector3delta, System.Boolean comparisonIncludesAllLaps ) : List
getLastLapRating ( GameStateData currentGameState, float bestLapDataForOpponents ) : LastLapRating
getSectorDeltaMessages ( SectorReportOption reportOption, float playerSector1, float comparisonSector1, float playerSector2, float comparisonSector2, float playerSector3, float comparisonSector3, System.Boolean comparisonIncludesAllLaps ) : List
getSectorDeltaMessagesCombined ( float playerSector1, float comparisonSector1, float playerSector2, float comparisonSector2, float playerSector3, float comparisonSector3, System.Boolean comparisonIncludesAllLaps ) : List

Method Details

LapTimes() public method

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

folderLapTimeIntro public_oe static_oe property

public static String folderLapTimeIntro
return String