Used to create a light which can have its color and brightness manipulated in response to in-game events.
Verse using statement |
using { /Fortnite.com/Devices } |
Inheritance Hierarchy
This class is derived from the following hierarchy, starting with creative_object
:
Name | Description |
---|---|
creative_object |
Base class for creative devices and props. |
creative_device_base |
Base class for creative_device. |
Members
This class has functions, but no data members.
Functions
Function Name | Description |
---|---|
DimLight |
Dims the light by Dimming Amount. |
Disable |
Disables this device. |
Enable |
Enables this device. |
GetTransform |
Returns the transform of the |
MoveTo |
Moves the |
MoveTo |
Moves the |
Reset |
Resets the light to its initial state. |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |
Toggle |
Toggles between |
TurnOff |
Turns off the light. |
TurnOn |
Turns on the light. |
UndimLight |
Brightens the light by Dimming Amount. |