VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
SoundInfo Class Reference

An object from client_general with IDs in the range of 0x2A000000 - 0x02FFFFFF, corresponding to SoundInfo here: Ddo.ObjectType.SoundInfo This object is consistent between DDO and LOTRO. Usage: DatReader.Unpack<SoundInfo>(...) More...

Inherits IUnpackable.

Public Member Functions

 SoundInfo ()
 
 SoundInfo (BinaryReader reader)
 
void Unpack (BinaryReader reader)
 

Properties

uint FileId [get, set]
 
uint SoundDid [get, set]
 
SoundFileType SoundFileType [get, set]
 
float Unknown0x08 [get, set]
 
float Unknown0x0C [get, set]
 
float Unknown0x10 [get, set]
 
float Unknown0x14 [get, set]
 
float Unknown0x18 [get, set]
 

Detailed Description

An object from client_general with IDs in the range of 0x2A000000 - 0x02FFFFFF, corresponding to SoundInfo here: Ddo.ObjectType.SoundInfo This object is consistent between DDO and LOTRO. Usage: DatReader.Unpack<SoundInfo>(...)


The documentation for this class was generated from the following file: