StopMovementAction - acrimi/Raven GitHub Wiki

StopMovementAction stops an entity from moving by clearing its MovementComponent's next movement direction, and then detaching the MovementComponent itself. Note in this case moving refers to the act of an entity imparting force on itself, not inertial velocity (the entity's velocity and PhysicsComponent are not altered). If the entity has no MovementComponent attached, the action has no effect.

Configuration

This component doesn't accept any configuration parameters