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

ovrID_FromString Function

Convert a string into an ovrID. Returns false if the input is malformed (either out of range, or not an integer).

Signature

bool ovrID_FromString(ovrID *outId, const char *inId)

Parameters

outId: ovrID *
inId: const char *

Returns

bool