Show / Hide Table of Contents

Class NPCRetaliationSystem

Handles NPC which become aggressive after being attacked.

Inheritance
System.Object
NPCRetaliationSystem
Namespace: Content.Server.NPC.Systems
Assembly: Content.Server.dll
Syntax
public sealed class NPCRetaliationSystem : EntitySystem

Methods

| Improve this Doc View Source

Initialize()

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

TryRetaliate(EntityUid, EntityUid, NPCRetaliationComponent)

Declaration
public bool TryRetaliate(EntityUid uid, EntityUid target, NPCRetaliationComponent component = null)
Parameters
Type Name Description
EntityUid uid
EntityUid target
NPCRetaliationComponent component
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float frameTime)
Parameters
Type Name Description
System.Single frameTime
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾