Show / Hide Table of Contents

Class HandsSystem

Inheritance
System.Object
SharedHandsSystem
HandsSystem
Implements
EntitySystem
Namespace: Content.Server.Hands.Systems
Assembly: Content.Server.dll
Syntax
public sealed class HandsSystem : SharedHandsSystem, EntitySystem

Methods

| Improve this Doc View Source

HandleEntityRemoved(EntityUid, HandsComponent, EntRemovedFromContainerMessage)

Declaration
protected override void HandleEntityRemoved(EntityUid uid, HandsComponent hands, EntRemovedFromContainerMessage args)
Parameters
Type Name Description
EntityUid uid
HandsComponent hands
Robust.Shared.Containers.EntRemovedFromContainerMessage args
| Improve this Doc View Source

Initialize()

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

Shutdown()

Declaration
public override void Shutdown()
Overrides
SharedHandsSystem.Shutdown()

Implements

EntitySystem
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾