Photon .NET Client API 4.1.4.8

Public Attributes | List of all members
Photon.Realtime.FindFriendsOptions Class Reference

Options for OpFindFriends can be combined to filter which rooms of friends are returned. More...

Public Attributes

bool CreatedOnGs = false
 Include a friend's room only if it is created and confirmed by the game server. More...
 
bool Visible = false
 Include a friend's room only if it is visible (using Room.IsVisible). More...
 
bool Open = false
 Include a friend's room only if it is open (using Room.IsOpen). More...
 

Detailed Description

Options for OpFindFriends can be combined to filter which rooms of friends are returned.

Member Data Documentation

◆ CreatedOnGs

bool Photon.Realtime.FindFriendsOptions.CreatedOnGs = false

Include a friend's room only if it is created and confirmed by the game server.

◆ Open

bool Photon.Realtime.FindFriendsOptions.Open = false

Include a friend's room only if it is open (using Room.IsOpen).

◆ Visible

bool Photon.Realtime.FindFriendsOptions.Visible = false

Include a friend's room only if it is visible (using Room.IsVisible).


The documentation for this class was generated from the following file: