Class ThrownItemComponent
Inheritance
System.Object
ThrownItemComponent
Namespace: Content.Shared.Throwing
Assembly: Content.Shared.dll
Syntax
public sealed class ThrownItemComponent : Component
Properties
| Improve this Doc View SourceLanded
Whether or not this entity was already landed.
Declaration
public bool Landed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LandTime
Compared to Robust.Shared.Timing.IGameTiming.CurTime to land this entity, if any.
Declaration
public TimeSpan? LandTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TimeSpan> |
PlayLandSound
Whether or not to play a sound when the entity lands.
Declaration
public bool PlayLandSound { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Thrower
The entity that threw this entity.
Declaration
public EntityUid? Thrower { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
ThrownTime
The Robust.Shared.Timing.IGameTiming.CurTime timestamp at which this entity was thrown.
Declaration
public TimeSpan? ThrownTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TimeSpan> |