Class EmptyContainersBehaviour
Drop all items from specified containers
Inheritance
System.Object
EmptyContainersBehaviour
Implements
Namespace: Content.Server.Destructible.Thresholds.Behaviors
Assembly: Content.Server.dll
Syntax
public sealed class EmptyContainersBehaviour : object, IThresholdBehavior
Fields
| Improve this Doc View SourceContainers
Declaration
public List<string> Containers
Field Value
Type | Description |
---|---|
List<System.String> |
Methods
| Improve this Doc View SourceExecute(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 |