C# 클래스 WorldEditor.ProtoEditor.ParamsDefines

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

공개 프로퍼티들

프로퍼티 타입 설명
Add SkillAdder
Bodytypes List
Depends List>
Initialized bool
ModesList List
Names string>.Dictionary
ParamNames int>.Dictionary
PerksList List
SkillFormulas List>
TraitsList List

공개 메소드들

메소드 설명
FillBodytypes ( ComboBox box ) : void
FillModes ( ComboBox box ) : void
FillPerks ( ComboBox box ) : void
FillTraits ( ComboBox box ) : void
GetParam ( string s ) : int
GetParamName ( int n ) : string
Init ( string _filename ) : void
Parse ( ) : bool

비공개 메소드들

메소드 설명
IsMode ( string s ) : bool
IsPerk ( string s ) : bool
IsTrait ( string s ) : bool

메소드 상세

FillBodytypes() 공개 정적인 메소드

public static FillBodytypes ( ComboBox box ) : void
box System.Windows.Forms.ComboBox
리턴 void

FillModes() 공개 정적인 메소드

public static FillModes ( ComboBox box ) : void
box System.Windows.Forms.ComboBox
리턴 void

FillPerks() 공개 정적인 메소드

public static FillPerks ( ComboBox box ) : void
box System.Windows.Forms.ComboBox
리턴 void

FillTraits() 공개 정적인 메소드

public static FillTraits ( ComboBox box ) : void
box System.Windows.Forms.ComboBox
리턴 void

GetParam() 공개 정적인 메소드

public static GetParam ( string s ) : int
s string
리턴 int

GetParamName() 공개 정적인 메소드

public static GetParamName ( int n ) : string
n int
리턴 string

Init() 공개 정적인 메소드

public static Init ( string _filename ) : void
_filename string
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( ) : bool
리턴 bool

프로퍼티 상세

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

public static SkillAdder,WorldEditor.ProtoEditor Add
리턴 SkillAdder

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

public static List Bodytypes
리턴 List

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

public static List> Depends
리턴 List>

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

public static bool Initialized
리턴 bool

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

public static List ModesList
리턴 List

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

public static Dictionary Names
리턴 string>.Dictionary

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

public static Dictionary ParamNames
리턴 int>.Dictionary

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

public static List PerksList
리턴 List

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

public static List> SkillFormulas
리턴 List>

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

public static List TraitsList
리턴 List