Class SharedPdaSystem
Inheritance
System.Object
SharedPdaSystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedPdaSystem : EntitySystem
Fields
|
Improve this Doc
View Source
Appearance
Declaration
protected readonly SharedAppearanceSystem Appearance
Field Value
Type |
Description |
SharedAppearanceSystem |
|
|
Improve this Doc
View Source
ItemSlotsSystem
Declaration
protected readonly ItemSlotsSystem ItemSlotsSystem
Field Value
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
|
Improve this Doc
View Source
OnComponentInit(EntityUid, PdaComponent, ComponentInit)
Declaration
protected virtual void OnComponentInit(EntityUid uid, PdaComponent pda, ComponentInit args)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
PdaComponent |
pda |
|
ComponentInit |
args |
|
|
Improve this Doc
View Source
OnItemInserted(EntityUid, PdaComponent, EntInsertedIntoContainerMessage)
Declaration
protected virtual void OnItemInserted(EntityUid uid, PdaComponent pda, EntInsertedIntoContainerMessage args)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
PdaComponent |
pda |
|
Robust.Shared.Containers.EntInsertedIntoContainerMessage |
args |
|
|
Improve this Doc
View Source
OnItemRemoved(EntityUid, PdaComponent, EntRemovedFromContainerMessage)
Declaration
protected virtual void OnItemRemoved(EntityUid uid, PdaComponent pda, EntRemovedFromContainerMessage args)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
PdaComponent |
pda |
|
Robust.Shared.Containers.EntRemovedFromContainerMessage |
args |
|