Class DisarmAttackEvent
Inheritance
System.Object
DisarmAttackEvent
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
Field Value
Type |
Description |
System.Nullable<NetEntity> |
|