Show / Hide Table of Contents

Class MultiHandedItemSystem

Inheritance
System.Object
SharedMultiHandedItemSystem
MultiHandedItemSystem
Namespace: Content.Server.Item
Assembly: Content.Server.dll
Syntax
public sealed class MultiHandedItemSystem : SharedMultiHandedItemSystem

Methods

| Improve this Doc View Source

OnEquipped(EntityUid, MultiHandedItemComponent, GotEquippedHandEvent)

Declaration
protected override 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 override 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
☀
☾