This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Platform 1.31 Reference Guide

OVR_MatchmakingCriterionImportance.h File Reference

Enumeration Type Documentation

enum OVR_MatchmakingCriterionImportance.h.ovrMatchmakingCriterionImportance_
Enumerator
ovrMatchmaking_ImportanceRequired
ovrMatchmaking_ImportanceHigh
ovrMatchmaking_ImportanceMedium
ovrMatchmaking_ImportanceLow
ovrMatchmaking_ImportanceUnknown

Typedef Documentation

typedef enum ovrMatchmakingCriterionImportance_ ovrMatchmakingCriterionImportance ( )

Function Documentation

const char* ovrMatchmakingCriterionImportance_ToString ( ovrMatchmakingCriterionImportance value )
Converts an ovrMatchmakingCriterionImportance enum value to a string The returned string does not need to be freed
ovrMatchmakingCriterionImportance ovrMatchmakingCriterionImportance_FromString ( const char * str )
Converts a string representing an ovrMatchmakingCriterionImportance enum value to an enum value
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
18
19
22
23
24
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_MATCHMAKING_CRITERION_IMPORTANCE_H
#define OVR_MATCHMAKING_CRITERION_IMPORTANCE_H

#include "OVR_Platform_Defs.h"

typedefenum ovrMatchmakingCriterionImportance_ {
  ovrMatchmaking_ImportanceRequired,
  ovrMatchmaking_ImportanceHigh,
  ovrMatchmaking_ImportanceMedium,
  ovrMatchmaking_ImportanceLow,
  ovrMatchmaking_ImportanceUnknown,
} ovrMatchmakingCriterionImportance;

OVRPL_PUBLIC_FUNCTION(constchar*) ovrMatchmakingCriterionImportance_ToString(ovrMatchmakingCriterionImportance value);

OVRPL_PUBLIC_FUNCTION(ovrMatchmakingCriterionImportance) ovrMatchmakingCriterionImportance_FromString(constchar* str);

#endif
The documentation for this file was generated from the following file: OVR_MatchmakingCriterionImportance.h