Show / Hide Table of Contents

Class AttackEvent

Inheritance
System.Object
AttackEvent
DisarmAttackEvent
HeavyAttackEvent
LightAttackEvent
Namespace: Content.Shared.Weapons.Melee.Events
Assembly: Content.Shared.dll
Syntax
public abstract class AttackEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

AttackEvent(NetCoordinates)

Declaration
protected AttackEvent(NetCoordinates coordinates)
Parameters
Type Name Description
Robust.Shared.Map.NetCoordinates coordinates

Fields

| Improve this Doc View Source

Coordinates

Coordinates being attacked.

Declaration
public readonly NetCoordinates Coordinates
Field Value
Type Description
Robust.Shared.Map.NetCoordinates
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾