Skip to content
Version 2.11.0
↓ Get the launcher

IClientState.IsWorldActive property

True in a stable world scene, false mid-transition (the world-connect / scene-switch handshake). Stricter than Phase == World — also false during in-world zone loads. This is the ONLY protective gate: every unit that touches live game state self-gates on it.

public bool IsWorldActive { get; }