C# Class ME3Explorer.Unreal.Classes.WwiseBank

Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
BinaryOffset int
Chunks List
HIRCObjects List
MyIndex int
data_data byte[]
didx_data byte[]
memory byte[]
memsize int
pcc ME3Package
props List

Public Methods

Method Description
CloneHIRCObject ( int n ) : void
Deserialize ( ) : void
ExportAllWEMFiles ( string path ) : bool
GetHircDesc ( byte buff ) : string
GetHircObjType ( byte b ) : string
GetID ( byte buff ) : string
GetQuickScan ( ) : string
QuickScanHirc ( byte buff ) : string
ReadChunks ( ) : void
RecreateBinary ( ) : byte[]
RecreateHIRC ( byte buff ) : byte[]
WwiseBank ( ME3Package Pcc, int Index ) : System
getBinary ( ) : byte[]

Method Details

CloneHIRCObject() public method

public CloneHIRCObject ( int n ) : void
n int
return void

Deserialize() public method

public Deserialize ( ) : void
return void

ExportAllWEMFiles() public method

public ExportAllWEMFiles ( string path ) : bool
path string
return bool

GetHircDesc() public method

public GetHircDesc ( byte buff ) : string
buff byte
return string

GetHircObjType() public method

public GetHircObjType ( byte b ) : string
b byte
return string

GetID() public method

public GetID ( byte buff ) : string
buff byte
return string

GetQuickScan() public method

public GetQuickScan ( ) : string
return string

QuickScanHirc() public method

public QuickScanHirc ( byte buff ) : string
buff byte
return string

ReadChunks() public method

public ReadChunks ( ) : void
return void

RecreateBinary() public method

public RecreateBinary ( ) : byte[]
return byte[]

RecreateHIRC() public method

public RecreateHIRC ( byte buff ) : byte[]
buff byte
return byte[]

WwiseBank() public method

public WwiseBank ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
return System

getBinary() public method

public getBinary ( ) : byte[]
return byte[]

Property Details

BinaryOffset public_oe property

public int BinaryOffset
return int

Chunks public_oe property

public List Chunks
return List

HIRCObjects public_oe property

public List HIRCObjects
return List

MyIndex public_oe property

public int MyIndex
return int

data_data public_oe property

public byte[] data_data
return byte[]

didx_data public_oe property

public byte[] didx_data
return byte[]

memory public_oe property

public byte[] memory
return byte[]

memsize public_oe property

public int memsize
return int

pcc public_oe property

public ME3Package pcc
return ME3Package

props public_oe property

public List props
return List