Show / Hide Table of Contents

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 Source

PrevFixedRotation

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 Source

BeingPulled

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

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

MovingTo

Declaration
public EntityCoordinates? MovingTo { get; set; }
Property Value
Type Description
System.Nullable<Robust.Shared.Map.EntityCoordinates>
| Improve this Doc View Source

Puller

The current entity pulling this component.

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

PullJointId

The pull joint.

Declaration
public string? PullJointId { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Methods

| Improve this Doc View Source

OnRemove()

Declaration
protected override void OnRemove()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾