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

ovr_DataStore_Contains Function

It's a method that takes a string key as a parameter and returns a boolean value indicating whether the key exists in the data store.

Signature

unsigned int ovr_DataStore_Contains(const ovrDataStoreHandle obj, const char *key)

Parameters

key: const char *

Returns

unsigned int