Property | Type | Description | |
---|---|---|---|
BasicFileNames | string[] | ||
FileNames | string[] | ||
Initialized | bool | ||
Protos | ProtoCritter>.Dictionary |
Method | Description | |
---|---|---|
AddProto ( |
||
AddProto ( int n ) : bool | ||
AddProto ( ) : int | ||
CheckFile ( string filename ) : bool | ||
CorrectFile ( string filename ) : string | ||
CorrectFileIndex ( string filename ) : int | ||
FillFilenames ( |
||
GetFreeNumber ( ) : int | ||
Init ( string _basicFileNames, string _fileNames, MSGParser DLGParser ) : bool | ||
Load ( ) : bool | ||
Remove ( int n ) : void | ||
Save ( ) : void | ||
SaveProtoAs ( |
Method | Description | |
---|---|---|
LoadFile ( string filename ) : bool |
public static AddProto ( |
||
cr | ||
return | bool |
public static CheckFile ( string filename ) : bool | ||
filename | string | |
return | bool |
public static CorrectFile ( string filename ) : string | ||
filename | string | |
return | string |
public static CorrectFileIndex ( string filename ) : int | ||
filename | string | |
return | int |
public static FillFilenames ( |
||
box | ||
return | void |
public static Init ( string _basicFileNames, string _fileNames, MSGParser DLGParser ) : bool | ||
_basicFileNames | string | |
_fileNames | string | |
DLGParser | MSGParser | |
return | bool |
public static SaveProtoAs ( |
||
pc | ||
n | int | |
return | void |