Show / Hide Table of Contents

Class SharedDestructibleSystem

Inheritance
System.Object
SharedDestructibleSystem
DestructibleSystem
DestructibleSystem
Namespace: Content.Shared.Destructible
Assembly: Content.Shared.dll
Syntax
public abstract class SharedDestructibleSystem : EntitySystem

Methods

| Improve this Doc View Source

BreakEntity(EntityUid)

Force entity to broke.

Declaration
public void BreakEntity(EntityUid owner)
Parameters
Type Name Description
EntityUid owner
| Improve this Doc View Source

DestroyEntity(EntityUid)

Force entity to be destroyed and deleted.

Declaration
public void DestroyEntity(EntityUid owner)
Parameters
Type Name Description
EntityUid owner
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾