C# Class ME3Explorer.Unreal.Classes.WwiseBank

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
BinaryOffset int
Chunks List
HIRCObjects List
MyIndex int
data_data byte[]
didx_data byte[]
memory byte[]
memsize int
pcc ME3Package
props List

Méthodes publiques

Méthode 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 méthode

public CloneHIRCObject ( int n ) : void
n int
Résultat void

Deserialize() public méthode

public Deserialize ( ) : void
Résultat void

ExportAllWEMFiles() public méthode

public ExportAllWEMFiles ( string path ) : bool
path string
Résultat bool

GetHircDesc() public méthode

public GetHircDesc ( byte buff ) : string
buff byte
Résultat string

GetHircObjType() public méthode

public GetHircObjType ( byte b ) : string
b byte
Résultat string

GetID() public méthode

public GetID ( byte buff ) : string
buff byte
Résultat string

GetQuickScan() public méthode

public GetQuickScan ( ) : string
Résultat string

QuickScanHirc() public méthode

public QuickScanHirc ( byte buff ) : string
buff byte
Résultat string

ReadChunks() public méthode

public ReadChunks ( ) : void
Résultat void

RecreateBinary() public méthode

public RecreateBinary ( ) : byte[]
Résultat byte[]

RecreateHIRC() public méthode

public RecreateHIRC ( byte buff ) : byte[]
buff byte
Résultat byte[]

WwiseBank() public méthode

public WwiseBank ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
Résultat System

getBinary() public méthode

public getBinary ( ) : byte[]
Résultat byte[]

Property Details

BinaryOffset public_oe property

public int BinaryOffset
Résultat int

Chunks public_oe property

public List Chunks
Résultat List

HIRCObjects public_oe property

public List HIRCObjects
Résultat List

MyIndex public_oe property

public int MyIndex
Résultat int

data_data public_oe property

public byte[] data_data
Résultat byte[]

didx_data public_oe property

public byte[] didx_data
Résultat byte[]

memory public_oe property

public byte[] memory
Résultat byte[]

memsize public_oe property

public int memsize
Résultat int

pcc public_oe property

public ME3Package pcc
Résultat ME3Package

props public_oe property

public List props
Résultat List