Namespace Content.Shared.Ensnaring.Components
Classes
EnsnareableComponent
Use this on an entity that you would like to be ensnared by anything that has the EnsnaringComponent
EnsnareableComponentState
EnsnaredChangedEvent
EnsnareEvent
Used whenever you want to do something when someone becomes ensnared by the EnsnaringComponent
EnsnareRemoveEvent
Used whenever you want to do something when someone is freed by the EnsnaringComponent
EnsnaringComponent
Use this on something you want to use to ensnare an entity with
FreeEnsnareDoAfterCancel
Used for the do after event when it fails to free the entity that owns the EnsnareableComponent
FreeEnsnareDoAfterComplete
Used for the do after event to free the entity that owns the EnsnareableComponent