C# Class KFreonLib.PCCObjects.Creation

Provides PCC creation methods.
Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method Description
CreatePCCObject ( string file, MemoryStream stream, int WhichGame ) : IPCCObject

CreatePCCObject ( string file, int WhichGame ) : IPCCObject

Creates a PCCObject from a file.

Method Details

CreatePCCObject() public static method

public static CreatePCCObject ( string file, MemoryStream stream, int WhichGame ) : IPCCObject
file string
stream System.IO.MemoryStream
WhichGame int
return IPCCObject

CreatePCCObject() public static method

Creates a PCCObject from a file.
public static CreatePCCObject ( string file, int WhichGame ) : IPCCObject
file string PCC file to create object from.
WhichGame int Game version.
return IPCCObject