C# 클래스 ParleyMenu, home_nursing

파일 보기 프로젝트 열기: ChristianHoj/home_nursing 1 사용 예제들

공개 메소드들

메소드 설명
GetActSceneQuests ( String act, String scene ) : List
GetActs ( ) : string[]
GetActsScenes ( ) : string[]>.Dictionary
UpdateActsAndScenes ( ) : void

비공개 메소드들

메소드 설명
CheckFolders ( ) : bool
GetActSceneDirectory ( String act, String scene ) : string
GetConfigFile ( ) : string
GetWorkingFolder ( ) : string
LoadConfig ( ) : void
OpenParleyForums ( ) : void
OpenParleyUserGuide ( ) : void
PickWorkingFolder ( ) : void
SaveConfig ( ) : void
SearchDirectory ( string directory, string file ) : string
ShowCanNotFindFilesMessage ( ) : void
ShowNeedJavaMessage ( ) : void
ShowNeedPDFMessage ( ) : void
StartParley ( ) : void

메소드 상세

GetActSceneQuests() 공개 정적인 메소드

public static GetActSceneQuests ( String act, String scene ) : List
act String
scene String
리턴 List

GetActs() 공개 정적인 메소드

public static GetActs ( ) : string[]
리턴 string[]

GetActsScenes() 공개 정적인 메소드

public static GetActsScenes ( ) : string[]>.Dictionary
리턴 string[]>.Dictionary

UpdateActsAndScenes() 공개 정적인 메소드

public static UpdateActsAndScenes ( ) : void
리턴 void