Show / Hide Table of Contents

Class LightAttackEvent

Raised when a light attack is made.

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

Constructors

| Improve this Doc View Source

LightAttackEvent(Nullable<NetEntity>, NetEntity, NetCoordinates)

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

Fields

| Improve this Doc View Source

Target

Declaration
public readonly NetEntity? Target
Field Value
Type Description
System.Nullable<NetEntity>
| Improve this Doc View Source

Weapon

Declaration
public readonly NetEntity Weapon
Field Value
Type Description
NetEntity
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾