C# 클래스 ObjectEditor.Data

파일 보기 프로젝트 열기: rotators/tools

공개 프로퍼티들

프로퍼티 타입 설명
Anim1 int>.Dictionary
Anim2 int>.Dictionary
Calibers int>.Dictionary
DamageTypes int>.Dictionary
Defines int>.Dictionary
Graphics Bitmap>.Dictionary
GraphicsPaths List
ItemPid int>.Dictionary
ItemTypes int>.Dictionary
Skills int>.Dictionary
WeaponPerks int>.Dictionary

공개 메소드들

메소드 설명
ClearLists ( ) : void
Init ( ) : void
LoadDat ( string DatPath, Color Transparency ) : bool
LoadDefines ( Config Cfg ) : bool
LoadZip ( String ZipPath, Color Transparency ) : bool

메소드 상세

ClearLists() 공개 정적인 메소드

public static ClearLists ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

LoadDat() 공개 정적인 메소드

public static LoadDat ( string DatPath, Color Transparency ) : bool
DatPath string
Transparency Color
리턴 bool

LoadDefines() 공개 정적인 메소드

public static LoadDefines ( Config Cfg ) : bool
Cfg Config
리턴 bool

LoadZip() 공개 정적인 메소드

public static LoadZip ( String ZipPath, Color Transparency ) : bool
ZipPath String
Transparency Color
리턴 bool

프로퍼티 상세

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

public static Dictionary Anim1
리턴 int>.Dictionary

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

public static Dictionary Anim2
리턴 int>.Dictionary

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

public static Dictionary Calibers
리턴 int>.Dictionary

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

public static Dictionary DamageTypes
리턴 int>.Dictionary

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

public static Dictionary Defines
리턴 int>.Dictionary

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

public static Dictionary Graphics
리턴 Bitmap>.Dictionary

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

public static List GraphicsPaths
리턴 List

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

public static Dictionary ItemPid
리턴 int>.Dictionary

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

public static Dictionary ItemTypes
리턴 int>.Dictionary

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

public static Dictionary Skills
리턴 int>.Dictionary

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

public static Dictionary WeaponPerks
리턴 int>.Dictionary