Photon Server API Documentation v5.0RC1

List of all members
Photon.Hive.Operations.JoinModes Class Reference
Inheritance diagram for Photon.Hive.Operations.JoinModes:
Photon.Hive.Plugin.JoinModeConstants

Additional Inherited Members

- Static Public Attributes inherited from Photon.Hive.Plugin.JoinModeConstants
const byte JoinOnly = 0
 Regular join. The room must exist. More...
 
const byte CreateIfNotExists = 1
 Join or create the room if it's not existing. More...
 
const byte RejoinOrJoin = 2
 The room might be removed from server memory and should be loaded (if possible) from a web-service. More...
 
const byte RejoinOnly = 3
 Only re-join will be allowed. If the user is not yet in the room, the Op JoinGame will fail. More...
 
const byte MAX_VALUE = 4