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_RoomType.h File Reference

Typedefs

enum ovrRoomType_

Functions

const char *
ovrRoomType
ovrRoomType_FromString ( const char * str )

Enumeration Type Documentation

enum OVR_RoomType.h.ovrRoomType_
Enumerator
ovrRoom_TypeUnknown
ovrRoom_TypeMatchmaking
ovrRoom_TypeModerated
ovrRoom_TypePrivate
ovrRoom_TypeSolo

Typedef Documentation

typedef enum ovrRoomType_ ovrRoomType ( )

Function Documentation

const char* ovrRoomType_ToString ( ovrRoomType value )
Converts an ovrRoomType enum value to a string The returned string does not need to be freed
ovrRoomType ovrRoomType_FromString ( const char * str )
Converts a string representing an ovrRoomType 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_ROOM_TYPE_H
#define OVR_ROOM_TYPE_H

#include "OVR_Platform_Defs.h"

typedefenum ovrRoomType_ {
  ovrRoom_TypeUnknown,
  ovrRoom_TypeMatchmaking,
  ovrRoom_TypeModerated,
  ovrRoom_TypePrivate,
  ovrRoom_TypeSolo,
} ovrRoomType;

OVRPL_PUBLIC_FUNCTION(constchar*) ovrRoomType_ToString(ovrRoomType value);

OVRPL_PUBLIC_FUNCTION(ovrRoomType) ovrRoomType_FromString(constchar* str);

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