Struct AgentHasBeforeMovementOverride Extends IComponentData
Public
Marks an agent that has a movement override callback registered.
Zero-sized.
The callbacks themselves live in AgentManagedStorage. This component exists so that the jobs which invoke them can select the few agents that have one with an ordinary query.