Class BorgSystem
Inheritance
System.Object
BorgSystem
Assembly: Content.Client.dll
Syntax
public sealed class BorgSystem : SharedBorgSystem
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
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 |
|