Свойство | Тип | Описание | |
---|---|---|---|
ME2Package | System |
Метод | Описание | |
---|---|---|
Initialize ( ) : ME2Package>.Func |
||
ReadExports ( |
||
ReadImports ( |
||
ReadNames ( |
||
addExport ( IExportEntry exportEntry ) : void | ||
addExport ( ME2ExportEntry exportEntry ) : void | ||
appendSave ( string newFileName ) : void |
This method is an alternate way of saving PCCs Instead of reconstructing the PCC from the data taken, it instead copies across the existing data, appends new exports, updates the export list, changes the namelist location and updates the value in the header
|
|
getClassName ( int index ) : string | ||
getEntry ( int index ) : IEntry |
gets Export or Import entry
|
|
getExport ( int index ) : IExportEntry | ||
getObjectClass ( int index ) : string | ||
getObjectName ( int index ) : 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
|
Метод | Описание | |
---|---|---|
AfterSave ( ) : void |
Метод | Описание | |
---|---|---|
ME2Package ( string path ) : System |
public static Initialize ( ) : ME2Package>.Func |
||
Результат | ME2Package>.Func |
public ReadExports ( |
||
fs | ||
Результат | void |
public ReadImports ( |
||
fs | ||
Результат | void |
public ReadNames ( |
||
fs | ||
Результат | void |
public addExport ( IExportEntry exportEntry ) : void | ||
exportEntry | IExportEntry | |
Результат | void |
public addExport ( ME2ExportEntry exportEntry ) : void | ||
exportEntry | ME2ExportEntry | |
Результат | void |
public appendSave ( string newFileName ) : void | ||
newFileName | string | The filename to write to |
Результат | void |
public getClassName ( int index ) : string | ||
index | int | |
Результат | string |
public getEntry ( int index ) : IEntry | ||
index | int | unreal index |
Результат | IEntry |
public getExport ( int index ) : IExportEntry | ||
index | int | |
Результат | IExportEntry |
public getObjectClass ( int index ) : string | ||
index | int | |
Результат | string |
public getObjectName ( int index ) : string | ||
index | int | |
Результат | string |
public save ( string path ) : void | ||
path | string | full path + file name. |
Результат | void |
public saveByReconstructing ( string path ) : void | ||
path | string | full path + file name. |
Результат | void |