C# 클래스 WorldEditor.ProtoEditor.ProtoManager

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

공개 프로퍼티들

프로퍼티 타입 설명
BasicFileNames string[]
FileNames string[]
Initialized bool
Protos ProtoCritter>.Dictionary

공개 메소드들

메소드 설명
AddProto ( ProtoCritter cr ) : bool
AddProto ( int n ) : bool
AddProto ( ) : int
CheckFile ( string filename ) : bool
CorrectFile ( string filename ) : string
CorrectFileIndex ( string filename ) : int
FillFilenames ( ComboBox box ) : void
GetFreeNumber ( ) : int
Init ( string _basicFileNames, string _fileNames, MSGParser DLGParser ) : bool
Load ( ) : bool
Remove ( int n ) : void
Save ( ) : void
SaveProtoAs ( ProtoCritter pc, int n ) : void

비공개 메소드들

메소드 설명
LoadFile ( string filename ) : bool

메소드 상세

AddProto() 공개 정적인 메소드

public static AddProto ( ProtoCritter cr ) : bool
cr ProtoCritter
리턴 bool

AddProto() 공개 정적인 메소드

public static AddProto ( int n ) : bool
n int
리턴 bool

AddProto() 공개 정적인 메소드

public static AddProto ( ) : int
리턴 int

CheckFile() 공개 정적인 메소드

public static CheckFile ( string filename ) : bool
filename string
리턴 bool

CorrectFile() 공개 정적인 메소드

public static CorrectFile ( string filename ) : string
filename string
리턴 string

CorrectFileIndex() 공개 정적인 메소드

public static CorrectFileIndex ( string filename ) : int
filename string
리턴 int

FillFilenames() 공개 정적인 메소드

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

GetFreeNumber() 공개 정적인 메소드

public static GetFreeNumber ( ) : int
리턴 int

Init() 공개 정적인 메소드

public static Init ( string _basicFileNames, string _fileNames, MSGParser DLGParser ) : bool
_basicFileNames string
_fileNames string
DLGParser MSGParser
리턴 bool

Load() 공개 정적인 메소드

public static Load ( ) : bool
리턴 bool

Remove() 공개 정적인 메소드

public static Remove ( int n ) : void
n int
리턴 void

Save() 공개 정적인 메소드

public static Save ( ) : void
리턴 void

SaveProtoAs() 공개 정적인 메소드

public static SaveProtoAs ( ProtoCritter pc, int n ) : void
pc ProtoCritter
n int
리턴 void

프로퍼티 상세

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

public static string[] BasicFileNames
리턴 string[]

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

public static string[] FileNames
리턴 string[]

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

public static bool Initialized
리턴 bool

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

public static Dictionary Protos
리턴 ProtoCritter>.Dictionary