const char * | |
ovrChallengeVisibility_FromString ( const char * str ) |
ovrChallengeVisibility_Unknown | |
ovrChallengeVisibility_InviteOnly | Only those invited can participate in it. Everyone can see it. |
ovrChallengeVisibility_Public | Everyone can participate and see this challenge. |
ovrChallengeVisibility_Private | Only those invited can participate and see this challenge. |
typedef enum ovrChallengeVisibility_ ovrChallengeVisibility ( ) |
---|
No description available.
|
const char* ovrChallengeVisibility_ToString ( ovrChallengeVisibility value ) |
---|
Converts an ovrChallengeVisibility enum value to a string The returned string does not need to be freed |
ovrChallengeVisibility ovrChallengeVisibility_FromString ( const char * str ) |
---|
Converts a string representing an ovrChallengeVisibility enum value to an enum value |