const char * | |
ovrAbuseReportType_FromString ( const char * str ) |
ovrAbuseReportType_Unknown | |
ovrAbuseReportType_Object | A report for something besides a user, like a world. |
ovrAbuseReportType_User | A report for a user's behavior or profile. |
| typedef enum ovrAbuseReportType_ ovrAbuseReportType ( ) |
|---|
No description available.
|
| const char* ovrAbuseReportType_ToString ( ovrAbuseReportType value ) |
|---|
Converts an ovrAbuseReportType enum value to a string The returned string does not need to be freed |
| ovrAbuseReportType ovrAbuseReportType_FromString ( const char * str ) |
|---|
Converts a string representing an ovrAbuseReportType enum value to an enum value |