C# 클래스 EddiVoiceAttackResponder.VoiceAttackPlugin

파일 보기 프로젝트 열기: cmdrmcdonald/EliteDangerousDataProvider

공개 프로퍼티들

프로퍼티 타입 설명
EventQueue BlockingCollection
updaterThread Thread

공개 메소드들

메소드 설명
InvokeCoriolis ( dynamic &vaProxy ) : void
InvokeEDDBStation ( dynamic &vaProxy ) : void
InvokeEDDBSystem ( dynamic &vaProxy ) : void
InvokeSay ( dynamic &vaProxy ) : void

Say something inside the cockpit with text-to-speech

InvokeShutUp ( dynamic &vaProxy ) : void

Stop talking

InvokeSpeech ( dynamic &vaProxy ) : void

Say something inside the cockpit with text-to-speech

InvokeStarMapSystemComment ( dynamic &vaProxy ) : void

Send a comment to the starmap service and store locally

SpeechFromScript ( string script ) : string
VA_DisplayInfo ( ) : string
VA_DisplayName ( ) : string
VA_Exit1 ( dynamic vaProxy ) : void
VA_Id ( ) : System.Guid
VA_Init1 ( dynamic vaProxy ) : void
VA_Invoke1 ( dynamic vaProxy ) : void
VA_StopCommand ( ) : void

비공개 메소드들

메소드 설명
HandleUri ( dynamic &vaProxy, string uri ) : void

Handle a URI, either sending it to the default web browser or putting it on the clipboard

InvokeConfiguration ( dynamic &vaProxy ) : void
InvokeUpdateProfile ( dynamic &vaProxy ) : void

Force-update EDDI's information

setCommanderValues ( Commander cmdr, dynamic &vaProxy ) : void
setShipModuleOutfittingValues ( Module existing, List outfittingModules, string name, dynamic &vaProxy ) : void

Find a module in outfitting that matches our existing module and provide its price

setShipModuleValues ( Module module, string name, dynamic &vaProxy ) : void

Find a module in outfitting that matches our existing module and provide its price

setShipValues ( Ship ship, string prefix, dynamic &vaProxy ) : void
setStarSystemValues ( StarSystem system, string prefix, dynamic &vaProxy ) : void
setStationValues ( Station station, string prefix, dynamic &vaProxy ) : void

Set values for a station

setStatus ( dynamic &vaProxy, string status, Exception exception = null ) : void
setValues ( dynamic &vaProxy ) : void

Set all values

메소드 상세

InvokeCoriolis() 공개 정적인 메소드

public static InvokeCoriolis ( dynamic &vaProxy ) : void
vaProxy dynamic
리턴 void

InvokeEDDBStation() 공개 정적인 메소드

public static InvokeEDDBStation ( dynamic &vaProxy ) : void
vaProxy dynamic
리턴 void

InvokeEDDBSystem() 공개 정적인 메소드

public static InvokeEDDBSystem ( dynamic &vaProxy ) : void
vaProxy dynamic
리턴 void

InvokeSay() 공개 정적인 메소드

Say something inside the cockpit with text-to-speech
public static InvokeSay ( dynamic &vaProxy ) : void
vaProxy dynamic
리턴 void

InvokeShutUp() 공개 정적인 메소드

Stop talking
public static InvokeShutUp ( dynamic &vaProxy ) : void
vaProxy dynamic
리턴 void

InvokeSpeech() 공개 정적인 메소드

Say something inside the cockpit with text-to-speech
public static InvokeSpeech ( dynamic &vaProxy ) : void
vaProxy dynamic
리턴 void

InvokeStarMapSystemComment() 공개 정적인 메소드

Send a comment to the starmap service and store locally
public static InvokeStarMapSystemComment ( dynamic &vaProxy ) : void
vaProxy dynamic
리턴 void

SpeechFromScript() 공개 정적인 메소드

public static SpeechFromScript ( string script ) : string
script string
리턴 string

VA_DisplayInfo() 공개 정적인 메소드

public static VA_DisplayInfo ( ) : string
리턴 string

VA_DisplayName() 공개 정적인 메소드

public static VA_DisplayName ( ) : string
리턴 string

VA_Exit1() 공개 정적인 메소드

public static VA_Exit1 ( dynamic vaProxy ) : void
vaProxy dynamic
리턴 void

VA_Id() 공개 정적인 메소드

public static VA_Id ( ) : System.Guid
리턴 System.Guid

VA_Init1() 공개 정적인 메소드

public static VA_Init1 ( dynamic vaProxy ) : void
vaProxy dynamic
리턴 void

VA_Invoke1() 공개 정적인 메소드

public static VA_Invoke1 ( dynamic vaProxy ) : void
vaProxy dynamic
리턴 void

VA_StopCommand() 공개 정적인 메소드

public static VA_StopCommand ( ) : void
리턴 void

프로퍼티 상세

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

public static BlockingCollection EventQueue
리턴 BlockingCollection

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

public static Thread updaterThread
리턴 Thread