Class MobMoverComponent
Has additional movement data such as footsteps and weightless grab range for an entity.
Inheritance
System.Object
MobMoverComponent
Assembly: Content.Shared.dll
Syntax
public sealed class MobMoverComponent : Component
Fields
|
Improve this Doc
View Source
GrabRange
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
PushStrength
Declaration
public float PushStrength
Field Value
Type |
Description |
System.Single |
|
Properties
|
Improve this Doc
View Source
GrabRangeVV
Declaration
public float GrabRangeVV { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
LastPosition
Declaration
public EntityCoordinates LastPosition { get; set; }
Property Value
Type |
Description |
Robust.Shared.Map.EntityCoordinates |
|
|
Improve this Doc
View Source
PushStrengthVV
Declaration
public float PushStrengthVV { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
StepSoundDistance
Used to keep track of how far we have moved before playing a step sound
Declaration
public float StepSoundDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|