Show / Hide Table of Contents

Class BorgSystem

Inheritance
System.Object
SharedBorgSystem
BorgSystem
Namespace: Content.Client.Silicons.Borgs
Assembly: Content.Client.dll
Syntax
public sealed class BorgSystem : SharedBorgSystem

Methods

| Improve this Doc View Source

Initialize()

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

OnInserted(EntityUid, BorgChassisComponent, EntInsertedIntoContainerMessage)

Declaration
protected override void OnInserted(EntityUid uid, BorgChassisComponent component, EntInsertedIntoContainerMessage args)
Parameters
Type Name Description
EntityUid uid
BorgChassisComponent component
Robust.Shared.Containers.EntInsertedIntoContainerMessage args
| Improve this Doc View Source

OnRemoved(EntityUid, BorgChassisComponent, EntRemovedFromContainerMessage)

Declaration
protected override void OnRemoved(EntityUid uid, BorgChassisComponent component, EntRemovedFromContainerMessage args)
Parameters
Type Name Description
EntityUid uid
BorgChassisComponent component
Robust.Shared.Containers.EntRemovedFromContainerMessage args
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾