const char * | |
ovrUserPresenceStatus_FromString ( const char * str ) |
ovrUserPresenceStatus_Unknown | |
ovrUserPresenceStatus_Online | The user status is currently online. |
ovrUserPresenceStatus_Offline | The user status is currently offline. |
typedef enum ovrUserPresenceStatus_ ovrUserPresenceStatus ( ) |
---|
Describe the current status of the user and it can be retrieved with ovr_User_GetPresenceStatus(). |
const char* ovrUserPresenceStatus_ToString ( ovrUserPresenceStatus value ) |
---|
Converts an ovrUserPresenceStatus enum value to a string The returned string does not need to be freed |
ovrUserPresenceStatus ovrUserPresenceStatus_FromString ( const char * str ) |
---|
Converts a string representing an ovrUserPresenceStatus enum value to an enum value |