C# 클래스 NTaiToolkit.CMod

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

공개 프로퍼티들

프로퍼티 타입 설명
descriptions string>.Dictionary
f Form1
human_names string>.Dictionary
modfilename string
modname string
units System.Collections.ArrayList
values double>.Dictionary

공개 메소드들

메소드 설명
CMod ( ) : System
LoadMod ( string modfile ) : bool
SaveMod ( ) : bool

메소드 상세

CMod() 공개 메소드

public CMod ( ) : System
리턴 System

LoadMod() 공개 메소드

public LoadMod ( string modfile ) : bool
modfile string
리턴 bool

SaveMod() 공개 메소드

public SaveMod ( ) : bool
리턴 bool

프로퍼티 상세

descriptions 공개적으로 프로퍼티

public Dictionary descriptions
리턴 string>.Dictionary

f 공개적으로 프로퍼티

public Form1 f
리턴 Form1

human_names 공개적으로 프로퍼티

public Dictionary human_names
리턴 string>.Dictionary

modfilename 공개적으로 프로퍼티

public string modfilename
리턴 string

modname 공개적으로 프로퍼티

public string modname
리턴 string

units 공개적으로 프로퍼티

public ArrayList,System.Collections units
리턴 System.Collections.ArrayList

values 공개적으로 프로퍼티

public Dictionary values
리턴 double>.Dictionary