Used to create HUD text boxes that give players information, and allows responses to be customized to player choices.
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 both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
DismissedEvent |
listenable(payload) |
Signaled when this device is dismissed by an |
RespondingButtonEvent |
listenable(payload) |
Signaled when Button |
ShownEvent |
listenable(payload) |
Signaled when this device is shown to an |
TimeOutEvent |
listenable(payload) |
Signaled when this device times out while an |
Functions
Function Name | Description |
---|---|
Disable |
Disables this device. |
Enable |
Enables this device. |
GetButtonText |
Returns the Button Text for this popup at a specified index. |
GetDescriptionText |
Returns the Description text for this popup. |
GetTitleText |
Returns the Title text for this popup. |
GetTransform |
Returns the transform of the |
Hide |
Hides the popup from |
Hide |
Hides the popup from all |
MoveTo |
Moves the |
MoveTo |
Moves the |
SetButtonCount |
Sets the number of buttons this popup has. Button Count is not updated on active Popups. |
SetButtonText |
Sets the Button Text for a button at a specific index on this popup.
|
SetDescriptionText |
Sets the Description text for this popup. |
SetTitleText |
Sets the Title text for this popup. |
Show |
Shows the popup to |
Show |
Shows the popup to all |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |