Namespace Content.Shared.Interaction.Components
Classes
BlockMovementComponent
This is used for entities which cannot move or interact in any way.
ClumsyComponent
A simple clumsy tag-component.
InteractionRelayComponent
Relays an entities interactions to another entity. This doesn't raise the same events, but just relays the clicks of the mouse.
Note that extreme caution should be taken when using this, as this will probably bypass many normal can-interact checks.
NoRotateOnInteractComponent
This is used for entities which should not rotate on interactions (for instance those who use Content.Shared.MouseRotator instead)