Pulsar  3d3a057
Data Structures | Functions
bfsar_string.h File Reference

Sound archive string search and table access. More...

#include <pulsar/bfsar/bfsar.h>
#include <pulsar/bfsar/bfsar_item.h>

Go to the source code of this file.

Data Structures

struct  PLSR_BFSARStringSearchInfo
 String tree search result information. More...
 

Functions

PLSR_RC plsrBFSARStringGet (const PLSR_BFSAR *bfsar, u32 index, char *out, size_t size)
 Fetch string from the specified index in the string table.
 
PLSR_RC plsrBFSARStringSearchEx (const PLSR_BFSAR *bfsar, const char *query, size_t queryLen, PLSR_BFSARStringSearchInfo *out)
 
NX_INLINE PLSR_RC plsrBFSARStringSearch (const PLSR_BFSAR *bfsar, const char *query, PLSR_BFSARStringSearchInfo *out)
 Search string tree for an item ID with specified name.
 
NX_INLINE u32 plsrBFSARStringCount (const PLSR_BFSAR *bfsar)
 

Detailed Description

Sound archive string search and table access.