Show / Hide Table of Contents

Class SharedDevourSystem

Inheritance
System.Object
SharedDevourSystem
DevourSystem
DevourSystem
Namespace: Content.Shared.Devour
Assembly: Content.Shared.dll
Syntax
public abstract class SharedDevourSystem : EntitySystem

Fields

| Improve this Doc View Source

_audioSystem

Declaration
protected readonly SharedAudioSystem _audioSystem
Field Value
Type Description
SharedAudioSystem

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

OnDevourAction(EntityUid, DevourerComponent, DevourActionEvent)

The devour action

Declaration
protected void OnDevourAction(EntityUid uid, DevourerComponent component, DevourActionEvent args)
Parameters
Type Name Description
EntityUid uid
DevourerComponent component
DevourActionEvent args
| Improve this Doc View Source

OnInit(EntityUid, DevourerComponent, MapInitEvent)

Declaration
protected void OnInit(EntityUid uid, DevourerComponent component, MapInitEvent args)
Parameters
Type Name Description
EntityUid uid
DevourerComponent component
MapInitEvent args
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾