Show / Hide Table of Contents

Class ExplodeBehavior

This behavior will trigger entities with ExplosiveComponent to go boom.

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

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

Implements

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