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

OVR_Party.h File Reference

Typedefs

struct ovrParty *

Typedef Documentation

typedef struct ovrParty* ovrPartyHandle ( )

Function Documentation

ovrUserArrayHandle ovr_Party_GetInvitedUsers ( const ovrPartyHandle obj )
This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
ovrUserHandle ovr_Party_GetLeader ( const ovrPartyHandle obj )
This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
ovrRoomHandle ovr_Party_GetRoom ( const ovrPartyHandle obj )
This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
ovrUserArrayHandle ovr_Party_GetUsers ( const ovrPartyHandle obj )
This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
ovrID ovr_Party_GetID ( const ovrPartyHandle obj )
1
2
3
4
5
6
7
8
9
10
11
12
13
16
17
20
21
24
25
28
29
30
31
32
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_PARTY_H
#define OVR_PARTY_H

#include "OVR_Platform_Defs.h"
#include "OVR_Room.h"
#include "OVR_Types.h"
#include "OVR_User.h"
#include "OVR_UserArray.h"

typedefstruct ovrParty *ovrPartyHandle;

OVRP_PUBLIC_FUNCTION(ovrUserArrayHandle) ovr_Party_GetInvitedUsers(const ovrPartyHandle obj);

OVRP_PUBLIC_FUNCTION(ovrUserHandle) ovr_Party_GetLeader(const ovrPartyHandle obj);

OVRP_PUBLIC_FUNCTION(ovrRoomHandle) ovr_Party_GetRoom(const ovrPartyHandle obj);

OVRP_PUBLIC_FUNCTION(ovrUserArrayHandle) ovr_Party_GetUsers(const ovrPartyHandle obj);

OVRP_PUBLIC_FUNCTION(ovrID) ovr_Party_GetID(const ovrPartyHandle obj);

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