Table of Contents

Enum CommandCoalesce

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

How a command type's arrivals are delivered into a tick.

public enum CommandCoalesce

Fields

LatestPerSession = 1

Only the newest per session per tick survives. For a continuous intent — where to walk, where to look — an older one is already wrong.

Queued = 0

Every command is delivered, in the order that session sent them.