struct ovrDataStore * |
unsigned int | |
const char * | |
size_t | ovr_DataStore_GetNumKeys ( const ovrDataStoreHandle obj ) |
const char * |
typedef struct ovrDataStore* ovrDataStoreHandle ( ) |
---|
No description available.
|
unsigned int ovr_DataStore_Contains ( const ovrDataStoreHandle obj, const char * key ) |
---|
No description available.
|
const char* ovr_DataStore_GetKey ( const ovrDataStoreHandle obj, int index ) |
---|
No description available.
|
size_t ovr_DataStore_GetNumKeys ( const ovrDataStoreHandle obj ) |
---|
No description available.
|
const char* ovr_DataStore_GetValue ( const ovrDataStoreHandle obj, const char * key ) |
---|
No description available.
|