Class SiliconLawSystem
Inheritance
System.Object
SiliconLawSystem
Assembly: Content.Server.dll
Syntax
public sealed class SiliconLawSystem : SharedSiliconLawSystem
Methods
|
Improve this Doc
View Source
GetLaws(EntityUid, SiliconLawBoundComponent)
Declaration
public List<SiliconLaw> GetLaws(EntityUid uid, SiliconLawBoundComponent component = null)
Parameters
Returns
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Improve this Doc
View Source
NotifyLawsChanged(EntityUid)
Declaration
public void NotifyLawsChanged(EntityUid uid)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
|
Improve this Doc
View Source
OnGotEmagged(EntityUid, EmagSiliconLawComponent, ref GotEmaggedEvent)
Declaration
protected override void OnGotEmagged(EntityUid uid, EmagSiliconLawComponent component, ref GotEmaggedEvent args)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
EmagSiliconLawComponent |
component |
|
Content.Shared.Emag.Systems.GotEmaggedEvent |
args |
|