Photon Plugins API Documentation v5.0RC1

Static Public Attributes | List of all members
Photon.Hive.Plugin.RoomOptionFlags Class Reference

Static Public Attributes

const int CheckUserOnJoin = 0x01
 
const int DeleteCacheOnLeave = 0x02
 
const int SuppressRoomEvents = 0x04
 
const int PublishUserId = 0x08
 
const int DeleteNullProps = 0x10
 
const int BroadcastPropsChangeToAll = 0x20
 
const int SuppressPlayerInfo = 0x40
 we suppress getting any info about joined users during joining process still it is possible to get this info using GetProperties operation this flag overrides value of SuppressRoomEvents flag More...
 

Member Data Documentation

◆ BroadcastPropsChangeToAll

const int Photon.Hive.Plugin.RoomOptionFlags.BroadcastPropsChangeToAll = 0x20
static

◆ CheckUserOnJoin

const int Photon.Hive.Plugin.RoomOptionFlags.CheckUserOnJoin = 0x01
static

◆ DeleteCacheOnLeave

const int Photon.Hive.Plugin.RoomOptionFlags.DeleteCacheOnLeave = 0x02
static

◆ DeleteNullProps

const int Photon.Hive.Plugin.RoomOptionFlags.DeleteNullProps = 0x10
static

◆ PublishUserId

const int Photon.Hive.Plugin.RoomOptionFlags.PublishUserId = 0x08
static

◆ SuppressPlayerInfo

const int Photon.Hive.Plugin.RoomOptionFlags.SuppressPlayerInfo = 0x40
static

we suppress getting any info about joined users during joining process still it is possible to get this info using GetProperties operation this flag overrides value of SuppressRoomEvents flag

◆ SuppressRoomEvents

const int Photon.Hive.Plugin.RoomOptionFlags.SuppressRoomEvents = 0x04
static