Photon Unity Networking: ExitGames.Client.Photon.Chat.ChatEventCode Class Reference

Photon-Unity-Networking

ExitGames.Client.Photon.Chat.ChatEventCode Class Reference

Wraps up internally used constants in Photon Chat events. You don't have to use them directly usually. More...

Public Attributes

const byte ChatMessages = 0
 
const byte Users = 1
 
const byte PrivateMessage = 2
 
const byte FriendsList = 3
 
const byte StatusUpdate = 4
 
const byte Subscribe = 5
 
const byte Unsubscribe = 6
 

Detailed Description

Wraps up internally used constants in Photon Chat events. You don't have to use them directly usually.

Member Data Documentation

const byte ExitGames.Client.Photon.Chat.ChatEventCode.ChatMessages = 0
const byte ExitGames.Client.Photon.Chat.ChatEventCode.FriendsList = 3
const byte ExitGames.Client.Photon.Chat.ChatEventCode.PrivateMessage = 2
const byte ExitGames.Client.Photon.Chat.ChatEventCode.StatusUpdate = 4
const byte ExitGames.Client.Photon.Chat.ChatEventCode.Subscribe = 5
const byte ExitGames.Client.Photon.Chat.ChatEventCode.Unsubscribe = 6
const byte ExitGames.Client.Photon.Chat.ChatEventCode.Users = 1
Online Documentation  -  Dashboard  -  Support Forum Exit Games GmbH