Pulsar
3d3a057
|
Sound archive item id types. More...
#include <pulsar/bfsar/bfsar.h>
Go to the source code of this file.
Data Structures | |
union | PLSR_BFSARItemId |
Id for one item/resource contained in the sound archive. More... | |
Enumerations | |
enum | PLSR_BFSARItemType { PLSR_BFSARItemType_Unknown = 0, PLSR_BFSARItemType_Sound = 1, PLSR_BFSARItemType_SoundSet = 2, PLSR_BFSARItemType_Bank = 3, PLSR_BFSARItemType_Player = 4, PLSR_BFSARItemType_WaveArchive = 5, PLSR_BFSARItemType_Group = 6 } |
Item types. More... | |
Sound archive item id types.
enum PLSR_BFSARItemType |
Item types.
Enumerator | |
---|---|
PLSR_BFSARItemType_Sound | (Sound) use plsrBFSARSoundGet() with index |
PLSR_BFSARItemType_SoundSet | (Sound Set) use plsrBFSARSoundSetGet() with index |
PLSR_BFSARItemType_Bank | (Bank) Unimplemented |
PLSR_BFSARItemType_Player | (Player settings) Unimplemented |
PLSR_BFSARItemType_WaveArchive | (Wave Archive) use plsrBFSARWaveArchiveGet() with index |
PLSR_BFSARItemType_Group | (Group) use plsrBFSARGroupGet() with index |