Skip to content
Version 2.11.0
↓ Get the launcher

IPartyEvents.ReadyCheckPhaseChanged event

Fires when the ready-check window opens (true) or closes (false) via WorldNtf.NotifyAllMemberReady (method 70). NOTE: the party LEADER who initiates the check does NOT receive this packet — only non-leader members do. Leaders should track open/close from their own initiation + the prepare window timer.

public event Action<bool> ReadyCheckPhaseChanged;