Property | Type | Description | |
---|---|---|---|
ME1Package | System | ||
ReadExports | void | ||
ReadImports | void | ||
ReadNames | void |
Method | Description | |
---|---|---|
GetClass ( int Index ) : string | ||
Initialize ( ) : ME1Package>.Func |
||
addExport ( IExportEntry exportEntry ) : void | ||
addExport ( ME1ExportEntry exportEntry ) : void | ||
getClassName ( int index ) : string | ||
getEntry ( int index ) : IEntry |
gets Export or Import entry
|
|
getExport ( int index ) : IExportEntry | ||
getObjectClass ( int index ) : string | ||
getObjectName ( int p ) : string | ||
isExport ( int Index ) : bool | ||
save ( ) : void |
save PCC to same file by reconstruction if possible, append if not
|
|
save ( string path ) : void |
save PCC by reconstruction if possible, append if not
|
|
saveByReconstructing ( string path ) : void |
save PCCObject to file by reconstruction from data
|
Method | Description | |
---|---|---|
AfterSave ( ) : void |
Method | Description | |
---|---|---|
ME1Package ( string path ) : System | ||
ReadExports ( |
||
ReadImports ( |
||
ReadNames ( |
public static Initialize ( ) : ME1Package>.Func |
||
return | ME1Package>.Func |
public addExport ( IExportEntry exportEntry ) : void | ||
exportEntry | IExportEntry | |
return | void |
public addExport ( ME1ExportEntry exportEntry ) : void | ||
exportEntry | ME1ExportEntry | |
return | void |
public getEntry ( int index ) : IEntry | ||
index | int | unreal index |
return | IEntry |
public getExport ( int index ) : IExportEntry | ||
index | int | |
return | IExportEntry |
public save ( string path ) : void | ||
path | string | full path + file name. |
return | void |
public saveByReconstructing ( string path ) : void | ||
path | string | full path + file name. |
return | void |