Class HandheldLightSystem
Inheritance
System.Object
HandheldLightSystem
Assembly: Content.Server.dll
Syntax
public sealed class HandheldLightSystem : SharedHandheldLightSystem
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Improve this Doc
View Source
Shutdown()
Declaration
public override void Shutdown()
|
Improve this Doc
View Source
ToggleStatus(EntityUid, EntityUid, HandheldLightComponent)
Illuminates the light if it is not active, extinguishes it if it is active.
Declaration
public bool ToggleStatus(EntityUid user, EntityUid uid, HandheldLightComponent component)
Parameters
Returns
Type |
Description |
System.Boolean |
True if the light's status was toggled, false otherwise.
|
|
Improve this Doc
View Source
Update(Single)
Declaration
public override void Update(float frameTime)
Parameters
Type |
Name |
Description |
System.Single |
frameTime |
|