Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
Photon.Hive.Events.JoinEvent Class Reference

This class implements the Join event. More...

Inheritance diagram for Photon.Hive.Events.JoinEvent:
Photon.Hive.Events.HiveEventBase

Public Member Functions

 JoinEvent (int actorNr, int[] actors)
 Initializes a new instance of the JoinEvent class. More...
 

Properties

Hashtable ActorProperties [get, set]
 Gets or sets the actor properties of the joined actor. More...
 
int[] Actors [get, set]
 Gets or sets the actors in the game. More...
 
- Properties inherited from Photon.Hive.Events.HiveEventBase
int ActorNr [get, set]
 Gets or sets the actor number of the sender. More...
 
byte Code [get, set]
 Gets or sets the event code. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Photon.Hive.Events.HiveEventBase
 HiveEventBase (int actorNr)
 Initializes a new instance of the HiveEventBase class. More...
 

Detailed Description

This class implements the Join event.

Constructor & Destructor Documentation

◆ JoinEvent()

Photon.Hive.Events.JoinEvent.JoinEvent ( int  actorNr,
int[]  actors 
)
inline

Initializes a new instance of the JoinEvent class.

Parameters
actorNrThe sender actor nr.
actorsThe actors in the game.

Property Documentation

◆ ActorProperties

Hashtable Photon.Hive.Events.JoinEvent.ActorProperties
getset

Gets or sets the actor properties of the joined actor.

◆ Actors

int [] Photon.Hive.Events.JoinEvent.Actors
getset

Gets or sets the actors in the game.