Class 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.
Inheritance
System.Object
InteractionRelayComponent
Namespace: Content.Shared.Interaction.Components
Assembly: Content.Shared.dll
Syntax
public sealed class InteractionRelayComponent : Component
Fields
| Improve this Doc View SourceRelayEntity
The entity the interactions are being relayed to.
Declaration
public EntityUid? RelayEntity
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |