Show / Hide Table of Contents

Class DisarmedEvent

Inheritance
System.Object
DisarmedEvent
Namespace: Content.Shared.CombatMode
Assembly: Content.Shared.dll
Syntax
public sealed class DisarmedEvent : HandledEntityEventArgs

Properties

| Improve this Doc View Source

PushProbability

Probability for push/knockdown.

Declaration
public float PushProbability { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

Source

The entity performing the disarm.

Declaration
public EntityUid Source { get; }
Property Value
Type Description
EntityUid
| Improve this Doc View Source

Target

The entity being disarmed.

Declaration
public EntityUid Target { get; }
Property Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾