User.SubscriptionHandler Delegate
Subscribe to receive events when users enter or leave the experience, or change their chat name.
Syntax
[Sansar.Script.Interface]
[System.Obsolete("Use subscription callbacks of type Action<Sansar.Simulation.UserData>", false)]
public delegate void User.SubscriptionHandler (string Action, Sansar.Script.SessionId User, string Data)
[System.Obsolete("Use subscription callbacks of type Action<Sansar.Simulation.UserData>", false)]
public delegate void User.SubscriptionHandler (string Action, Sansar.Script.SessionId User, string Data)
Parameters
- Action
- string action of the event: AddUser, RemoveUser
- User
- Sansar.Script.SessionId for the user.
- Data
- Deprecated.
Remarks
Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
0 Comments