Show / Hide Table of Contents

Class DisarmAttackEvent

Inheritance
System.Object
AttackEvent
DisarmAttackEvent
Namespace: Content.Shared.Weapons.Melee.Events
Assembly: Content.Shared.dll
Syntax
public sealed class DisarmAttackEvent : AttackEvent

Constructors

| Improve this Doc View Source

DisarmAttackEvent(Nullable<NetEntity>, NetCoordinates)

Declaration
public DisarmAttackEvent(NetEntity? target, NetCoordinates coordinates)
Parameters
Type Name Description
System.Nullable<NetEntity> target
Robust.Shared.Map.NetCoordinates coordinates

Fields

| Improve this Doc View Source

Target

Declaration
public NetEntity? Target
Field Value
Type Description
System.Nullable<NetEntity>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾