Class PdaSystem
Inheritance
System.Object
PdaSystem
Assembly: Content.Server.dll
Syntax
public sealed class PdaSystem : SharedPdaSystem
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Improve this Doc
View Source
OnComponentInit(EntityUid, PdaComponent, ComponentInit)
Declaration
protected override 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 override 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 override void OnItemRemoved(EntityUid uid, PdaComponent pda, EntRemovedFromContainerMessage args)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
PdaComponent |
pda |
|
Robust.Shared.Containers.EntRemovedFromContainerMessage |
args |
|
|
Improve this Doc
View Source
SetOwner(EntityUid, PdaComponent, String)
Declaration
public void SetOwner(EntityUid uid, PdaComponent pda, string ownerName)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
PdaComponent |
pda |
|
System.String |
ownerName |
|
|
Improve this Doc
View Source
UpdatePdaUi(EntityUid, PdaComponent)
Send new UI state to clients, call if you modify something like uplink.
Declaration
public void UpdatePdaUi(EntityUid uid, PdaComponent pda = null)
Parameters