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 SourcePushProbability
Probability for push/knockdown.
Declaration
public float PushProbability { get; }
Property Value
Type | Description |
---|---|
System.Single |
Source
The entity performing the disarm.
Declaration
public EntityUid Source { get; }
Property Value
Type | Description |
---|---|
EntityUid |
Target
The entity being disarmed.
Declaration
public EntityUid Target { get; }
Property Value
Type | Description |
---|---|
EntityUid |