Skip to content
Version 2.11.0
↓ Get the launcher

IDungeonState.FlowStateVersion property

Monotonic transition counter for CurrentFlowState — increments once per observed state CHANGE, never for a same-value re-delivery. This is the change-notification mechanism: state is written on the network receive thread, so consumers POLL this counter (e.g. on their frame tick) instead of subscribing to a cross-thread event. Resets to 0 when a new run begins and on logout reset — treat a DECREASE as “new run, adopt silently”.

public int FlowStateVersion { get; }