Class DoActsBehavior
Inheritance
System.Object
DoActsBehavior
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
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
Returns
Type |
Description |
System.Boolean |
|
Implements