Show / Hide Table of Contents

Class SlowContactsSystem

Inheritance
System.Object
SlowContactsSystem
Namespace: Content.Shared.Movement.Systems
Assembly: Content.Shared.dll
Syntax
public sealed class SlowContactsSystem : EntitySystem

Methods

| Improve this Doc View Source

ChangeModifiers(EntityUid, Single, SlowContactsComponent)

Declaration
public void ChangeModifiers(EntityUid uid, float speed, SlowContactsComponent component = null)
Parameters
Type Name Description
EntityUid uid
System.Single speed
SlowContactsComponent component
| Improve this Doc View Source

ChangeModifiers(EntityUid, Single, Single, SlowContactsComponent)

Declaration
public void ChangeModifiers(EntityUid uid, float walkSpeed, float sprintSpeed, SlowContactsComponent component = null)
Parameters
Type Name Description
EntityUid uid
System.Single walkSpeed
System.Single sprintSpeed
SlowContactsComponent component
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float frameTime)
Parameters
Type Name Description
System.Single frameTime
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾