Class SharedHandheldLightSystem
Inheritance
System.Object
SharedHandheldLightSystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedHandheldLightSystem : EntitySystem
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
|
Improve this Doc
View Source
SetActivated(EntityUid, Boolean, HandheldLightComponent, Boolean)
Declaration
public void SetActivated(EntityUid uid, bool activated, HandheldLightComponent component = null, bool makeNoise = true)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
System.Boolean |
activated |
|
HandheldLightComponent |
component |
|
System.Boolean |
makeNoise |
|
|
Improve this Doc
View Source
UpdateVisuals(EntityUid, HandheldLightComponent, Nullable<AppearanceComponent>)
Declaration
public void UpdateVisuals(EntityUid uid, HandheldLightComponent component = null, AppearanceComponent? appearance = null)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
HandheldLightComponent |
component |
|
System.Nullable<AppearanceComponent> |
appearance |
|