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.34 Reference Guide

OVR_MatchmakingStatApproach.h File Reference

Enumeration Type Documentation

enum OVR_MatchmakingStatApproach.h.ovrMatchmakingStatApproach_
Enumerator
ovrMatchmakingStatApproach_Unknown
ovrMatchmakingStatApproach_Trailing
ovrMatchmakingStatApproach_Swingy

Typedef Documentation

typedef enum ovrMatchmakingStatApproach_ ovrMatchmakingStatApproach ( )

Function Documentation

const char* ovrMatchmakingStatApproach_ToString ( ovrMatchmakingStatApproach value )
Converts an ovrMatchmakingStatApproach enum value to a string The returned string does not need to be freed
ovrMatchmakingStatApproach ovrMatchmakingStatApproach_FromString ( const char * str )
Converts a string representing an ovrMatchmakingStatApproach enum value to an enum value
1
2
3
4
5
6
7
8
9
10
11
12
13
16
17
20
21
22
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_MATCHMAKING_STAT_APPROACH_H
#define OVR_MATCHMAKING_STAT_APPROACH_H

#include "OVR_Platform_Defs.h"

typedefenum ovrMatchmakingStatApproach_ {
  ovrMatchmakingStatApproach_Unknown,
  ovrMatchmakingStatApproach_Trailing,
  ovrMatchmakingStatApproach_Swingy,
} ovrMatchmakingStatApproach;

OVRPL_PUBLIC_FUNCTION(constchar*) ovrMatchmakingStatApproach_ToString(ovrMatchmakingStatApproach value);

OVRPL_PUBLIC_FUNCTION(ovrMatchmakingStatApproach) ovrMatchmakingStatApproach_FromString(constchar* str);

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