Class BluespaceLockerSystem
Inheritance
System.Object
BluespaceLockerSystem
Assembly: Content.Server.dll
Syntax
public sealed class BluespaceLockerSystem : EntitySystem
Methods
|
Improve this Doc
View Source
BluespaceEffect(EntityUid, BluespaceLockerComponent, BluespaceLockerComponent, Boolean)
Declaration
public void BluespaceEffect(EntityUid effectTargetUid, BluespaceLockerComponent effectSourceComponent, BluespaceLockerComponent effectTargetComponent, bool bypassLimit = false)
Parameters
|
Improve this Doc
View Source
GetTarget(EntityUid, BluespaceLockerComponent, Boolean)
Declaration
public (EntityUid uid, EntityStorageComponent storageComponent, BluespaceLockerComponent bluespaceLockerComponent)? GetTarget(EntityUid lockerUid, BluespaceLockerComponent component, bool init = false)
Parameters
Returns
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()