Show / Hide Table of Contents

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 Source

Landed

Whether or not this entity was already landed.

Declaration
public bool Landed { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

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>
| Improve this Doc View Source

PlayLandSound

Whether or not to play a sound when the entity lands.

Declaration
public bool PlayLandSound { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Thrower

The entity that threw this entity.

Declaration
public EntityUid? Thrower { get; set; }
Property Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾