Class SharedMagbootsSystem
Inheritance
System.Object
SharedMagbootsSystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedMagbootsSystem : EntitySystem
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
|
Improve this Doc
View Source
OnChanged(EntityUid, MagbootsComponent)
Declaration
protected void OnChanged(EntityUid uid, MagbootsComponent component)
Parameters
|
Improve this Doc
View Source
UpdateMagbootEffects(EntityUid, EntityUid, Boolean, MagbootsComponent)
Declaration
protected virtual void UpdateMagbootEffects(EntityUid parent, EntityUid uid, bool state, MagbootsComponent component)
Parameters
Type |
Name |
Description |
EntityUid |
parent |
|
EntityUid |
uid |
|
System.Boolean |
state |
|
MagbootsComponent |
component |
|