Struct RequestInstanceDetailsBroadcast
Broadcast asking the server for the state of the instance the character is standing in.
public struct RequestInstanceDetailsBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Remarks
Sent when the player opens the instance panel and on its refresh timer. Everything the panel shows is server state that changes without the client being told — members leave, the lifetime counts down — and there is no push channel for it, so the panel asks rather than rendering something it cached.