API reference
API reference
Select your platform
No SDKs available
No versions available

ovr_DataStore_GetValue Function

It's a generic field that can hold any type of data. It allows you to store and retrieve data using a string key, and it can be used to store a variety of data types

Signature

const char* ovr_DataStore_GetValue(const ovrDataStoreHandle obj, const char *key)

Parameters

key: const char *

Returns

const char *