enum ovrLaunchResult_ | ovrLaunchResult ( ) |
const char * | ovrLaunchResult_ToString ( ovrLaunchResult value ) |
ovrLaunchResult_FromString ( const char * str ) |
ovrLaunchResult_Unknown | |
ovrLaunchResult_Success | |
ovrLaunchResult_FailedRoomFull | |
ovrLaunchResult_FailedGameAlreadyStarted | |
ovrLaunchResult_FailedRoomNotFound | |
ovrLaunchResult_FailedUserDeclined | |
ovrLaunchResult_FailedOtherReason |
| typedef enum ovrLaunchResult_ ovrLaunchResult ( ) |
|---|
No description available.
|
| const char* ovrLaunchResult_ToString ( ovrLaunchResult value ) |
|---|
Converts an ovrLaunchResult enum value to a string The returned string does not need to be freed |
| ovrLaunchResult ovrLaunchResult_FromString ( const char * str ) |
|---|
Converts a string representing an ovrLaunchResult enum value to an enum value |