Show / Hide Table of Contents

Class PullController

Inheritance
System.Object
Robust.Shared.GameObjects.EntitySystem
Robust.Shared.Physics.Controllers.VirtualController
PullController
Implements
Robust.Shared.GameObjects.IEntitySystem
Robust.Shared.GameObjects.IEntityEventSubscriber
Robust.Shared.IoC.IPostInjectInit
Namespace: Content.Server.Physics.Controllers
Assembly: Content.Server.dll
Syntax
public sealed class PullController : VirtualController, IEntitySystem, IEntityEventSubscriber, IPostInjectInit

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Robust.Shared.Physics.Controllers.VirtualController.Initialize()
| Improve this Doc View Source

UpdateBeforeSolve(Boolean, Single)

Declaration
public override void UpdateBeforeSolve(bool prediction, float frameTime)
Parameters
Type Name Description
System.Boolean prediction
System.Single frameTime
Overrides
Robust.Shared.Physics.Controllers.VirtualController.UpdateBeforeSolve(System.Boolean, System.Single)

Implements

Robust.Shared.GameObjects.IEntitySystem
Robust.Shared.GameObjects.IEntityEventSubscriber
Robust.Shared.IoC.IPostInjectInit
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾