Show / Hide Table of Contents

Class DoActsBehavior

Inheritance
System.Object
DoActsBehavior
Implements
IThresholdBehavior
Namespace: Content.Server.Destructible.Thresholds.Behaviors
Assembly: Content.Server.dll
Syntax
public sealed class DoActsBehavior : object, IThresholdBehavior

Properties

| Improve this Doc View Source

Acts

What acts should be triggered upon activation.

Declaration
public ThresholdActs Acts { get; set; }
Property Value
Type Description
ThresholdActs

Methods

| Improve this Doc View Source

Execute(EntityUid, DestructibleSystem, Nullable<EntityUid>)

Declaration
public void Execute(EntityUid owner, DestructibleSystem system, EntityUid? cause = null)
Parameters
Type Name Description
EntityUid owner
DestructibleSystem system
System.Nullable<EntityUid> cause
| Improve this Doc View Source

HasAct(ThresholdActs)

Declaration
public bool HasAct(ThresholdActs act)
Parameters
Type Name Description
ThresholdActs act
Returns
Type Description
System.Boolean

Implements

IThresholdBehavior
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾