Used to display custom text messages on a billboard.
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 |
---|---|
GetShowBorder |
Returns |
GetTextSize |
Returns the Text Size of the device Text. |
GetTransform |
Returns the transform of the |
HideText |
Hides the billboard text. |
MoveTo |
Moves the |
MoveTo |
Moves the |
SetShowBorder |
Sets the visibility of the device border mesh. This also determines whether the device collision is enabled. |
SetText |
Sets the device Text. |
SetTextSize |
Sets the Text Size of the device Text. Clamped to range [8, 24]. |
ShowText |
Shows the billboard text. |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |
UpdateDisplay |
Updates the device display to show the current Text. |