Show / Hide Table of Contents

Class SharedMultiHandedItemSystem

Inheritance
System.Object
SharedMultiHandedItemSystem
MultiHandedItemSystem
MultiHandedItemSystem
Namespace: Content.Shared.Item
Assembly: Content.Shared.dll
Syntax
public abstract class SharedMultiHandedItemSystem : EntitySystem

Methods

| Improve this Doc View Source

Initialize()

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

OnEquipped(EntityUid, MultiHandedItemComponent, GotEquippedHandEvent)

Declaration
protected abstract void OnEquipped(EntityUid uid, MultiHandedItemComponent component, GotEquippedHandEvent args)
Parameters
Type Name Description
EntityUid uid
MultiHandedItemComponent component
GotEquippedHandEvent args
| Improve this Doc View Source

OnUnequipped(EntityUid, MultiHandedItemComponent, GotUnequippedHandEvent)

Declaration
protected abstract void OnUnequipped(EntityUid uid, MultiHandedItemComponent component, GotUnequippedHandEvent args)
Parameters
Type Name Description
EntityUid uid
MultiHandedItemComponent component
GotUnequippedHandEvent args
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾