struct ovrParty * | ovrPartyHandle ( ) |
ovr_Party_GetInvitedUsers ( const ovrPartyHandle obj ) | |
ovr_Party_GetLeader ( const ovrPartyHandle obj ) | |
ovr_Party_GetUsers ( const ovrPartyHandle obj ) | |
ovr_Party_GetID ( const ovrPartyHandle obj ) |
| typedef struct ovrParty* ovrPartyHandle ( ) |
|---|
No description available.
|
| 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. |
| 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 ) |
|---|
No description available.
|