Show / Hide Table of Contents

Class KitchenSpikeSystem

Inheritance
System.Object
SharedKitchenSpikeSystem
KitchenSpikeSystem
Namespace: Content.Server.Kitchen.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class KitchenSpikeSystem : SharedKitchenSpikeSystem

Methods

| Improve this Doc View Source

Initialize()

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

TrySpike(EntityUid, EntityUid, EntityUid, KitchenSpikeComponent, ButcherableComponent, MobStateComponent)

Declaration
public bool TrySpike(EntityUid uid, EntityUid userUid, EntityUid victimUid, KitchenSpikeComponent component = null, ButcherableComponent butcherable = null, MobStateComponent mobState = null)
Parameters
Type Name Description
EntityUid uid
EntityUid userUid
EntityUid victimUid
KitchenSpikeComponent component
ButcherableComponent butcherable
MobStateComponent mobState
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾