C# Class CrewChiefV3.Events.Penalties

Inheritance: AbstractEvent
Mostrar archivo Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
folderCutTrackInRace String
folderCutTrackPracticeOrQual String
folderDisqualified String
folderLapDeleted String

Public Methods

Method Description
Penalties ( AudioPlayer audioPlayer ) : System
clearState ( ) : void
isMessageStillValid ( String eventSubType, GameStateData currentGameState, Object>.Dictionary validationData ) : bool
respond ( string voiceMessage ) : void

Protected Methods

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

Private Methods

Method Description
clearPenaltyState ( ) : void

Method Details

Penalties() public method

public Penalties ( AudioPlayer audioPlayer ) : System
audioPlayer AudioPlayer
return System

clearState() public method

public clearState ( ) : void
return void

isMessageStillValid() public method

public isMessageStillValid ( String eventSubType, GameStateData currentGameState, Object>.Dictionary validationData ) : bool
eventSubType String
currentGameState CrewChiefV3.GameState.GameStateData
validationData Object>.Dictionary
return bool

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

folderCutTrackInRace public_oe static_oe property

public static String folderCutTrackInRace
return String

folderCutTrackPracticeOrQual public_oe static_oe property

public static String folderCutTrackPracticeOrQual
return String

folderDisqualified public_oe static_oe property

public static String folderDisqualified
return String

folderLapDeleted public_oe static_oe property

public static String folderLapDeleted
return String