Photon Plugins API Documentation v5.0RC1

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

Reasons why an actor was excluded from a room: removed from actors list and added to excluded list. RemoveActorReason More...

Static Public Attributes

const byte Kick = 0
 Actor was kicked from the room. More...
 
const byte Banned = 1
 Actor was banned from the room. More...
 
const byte GlobalBanned = 2
 

Detailed Description

Reasons why an actor was excluded from a room: removed from actors list and added to excluded list. RemoveActorReason

Member Data Documentation

◆ Banned

const byte Photon.Hive.Plugin.RemoveActorReason.Banned = 1
static

Actor was banned from the room.

◆ GlobalBanned

const byte Photon.Hive.Plugin.RemoveActorReason.GlobalBanned = 2
static

◆ Kick

const byte Photon.Hive.Plugin.RemoveActorReason.Kick = 0
static

Actor was kicked from the room.