Class SharedDestructibleSystem
Namespace: Content.Shared.Destructible
Assembly: Content.Shared.dll
Syntax
public abstract class SharedDestructibleSystem : EntitySystem
Methods
| Improve this Doc View SourceBreakEntity(EntityUid)
Force entity to broke.
Declaration
public void BreakEntity(EntityUid owner)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | owner |
DestroyEntity(EntityUid)
Force entity to be destroyed and deleted.
Declaration
public void DestroyEntity(EntityUid owner)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | owner |