C# 클래스 CrewChiefV3.Events.OvertakingAidsMonitor

상속: AbstractEvent
파일 보기 프로젝트 열기: mrbelowski/r3e_crewchief_v3

공개 프로퍼티들

프로퍼티 타입 설명
folderAFewTenthsOffDRSRange String
folderASecondOffDRSRange String
folderActivationsRemaining String
folderDontForgetDRS String
folderGuyBehindHasDRS String
folderNoActivationsRemaining String
folderOneActivationRemaining String
folderPushToPassNowAvailable String

공개 메소드들

메소드 설명
OvertakingAidsMonitor ( AudioPlayer audioPlayer ) : System
clearState ( ) : void
respond ( string voiceMessage ) : void

보호된 메소드들

메소드 설명
triggerInternal ( GameStateData previousGameState, GameStateData currentGameState ) : void

메소드 상세

OvertakingAidsMonitor() 공개 메소드

public OvertakingAidsMonitor ( AudioPlayer audioPlayer ) : System
audioPlayer AudioPlayer
리턴 System

clearState() 공개 메소드

public clearState ( ) : void
리턴 void

respond() 공개 메소드

public respond ( string voiceMessage ) : void
voiceMessage string
리턴 void

triggerInternal() 보호된 메소드

protected triggerInternal ( GameStateData previousGameState, GameStateData currentGameState ) : void
previousGameState CrewChiefV3.GameState.GameStateData
currentGameState CrewChiefV3.GameState.GameStateData
리턴 void

프로퍼티 상세

folderAFewTenthsOffDRSRange 공개적으로 정적으로 프로퍼티

public static String folderAFewTenthsOffDRSRange
리턴 String

folderASecondOffDRSRange 공개적으로 정적으로 프로퍼티

public static String folderASecondOffDRSRange
리턴 String

folderActivationsRemaining 공개적으로 정적으로 프로퍼티

public static String folderActivationsRemaining
리턴 String

folderDontForgetDRS 공개적으로 정적으로 프로퍼티

public static String folderDontForgetDRS
리턴 String

folderGuyBehindHasDRS 공개적으로 정적으로 프로퍼티

public static String folderGuyBehindHasDRS
리턴 String

folderNoActivationsRemaining 공개적으로 정적으로 프로퍼티

public static String folderNoActivationsRemaining
리턴 String

folderOneActivationRemaining 공개적으로 정적으로 프로퍼티

public static String folderOneActivationRemaining
리턴 String

folderPushToPassNowAvailable 공개적으로 정적으로 프로퍼티

public static String folderPushToPassNowAvailable
리턴 String