Class SharedPullableComponent
Inheritance
System.Object
SharedPullableComponent
Namespace: Content.Shared.Pulling.Components
Assembly: Content.Shared.dll
Syntax
public sealed class SharedPullableComponent : Component
Fields
| Improve this Doc View SourcePrevFixedRotation
What the pullable's fixedrotation was set to before being pulled.
Declaration
public bool PrevFixedRotation
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
| Improve this Doc View SourceBeingPulled
Declaration
public bool BeingPulled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
FixedRotationOnPull
If the physics component has FixedRotation should we keep it upon being pulled
Declaration
public bool FixedRotationOnPull { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MovingTo
Declaration
public EntityCoordinates? MovingTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Robust.Shared.Map.EntityCoordinates> |
Puller
The current entity pulling this component.
Declaration
public EntityUid? Puller { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
PullJointId
The pull joint.
Declaration
public string? PullJointId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
Methods
| Improve this Doc View SourceOnRemove()
Declaration
protected override void OnRemove()