Class PortalTimeoutComponent
Attached to an entity after portal transit to mark that they should not immediately be portaled back at the end destination.
Inheritance
System.Object
PortalTimeoutComponent
Namespace: Content.Shared.Teleportation.Components
Assembly: Content.Shared.dll
Syntax
public sealed class PortalTimeoutComponent : Component
Fields
| Improve this Doc View SourceEnteredPortal
The portal that was entered. Null if coming from a hand teleporter, etc.
Declaration
public EntityUid? EnteredPortal
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |