C# Class CrewChiefV3.Events.LapTimes

Inheritance: AbstractEvent
Afficher le fichier Open project: mrbelowski/r3e_crewchief_v3

Méthodes publiques

Свойство Type Description
folderLapTimeIntro String

Méthodes publiques

Méthode Description
LapTimes ( AudioPlayer audioPlayer ) : System
clearState ( ) : void
respond ( String voiceMessage ) : void

Méthodes protégées

Méthode Description
triggerInternal ( GameStateData previousGameState, GameStateData currentGameState ) : void

Private Methods

Méthode 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 méthode

public LapTimes ( AudioPlayer audioPlayer ) : System
audioPlayer AudioPlayer
Résultat System

clearState() public méthode

public clearState ( ) : void
Résultat void

respond() public méthode

public respond ( String voiceMessage ) : void
voiceMessage String
Résultat void

triggerInternal() protected méthode

protected triggerInternal ( GameStateData previousGameState, GameStateData currentGameState ) : void
previousGameState CrewChiefV3.GameState.GameStateData
currentGameState CrewChiefV3.GameState.GameStateData
Résultat void

Property Details

folderLapTimeIntro public_oe static_oe property

public static String folderLapTimeIntro
Résultat String