Allows creation and HUD tracking of custom objectives for agent
s to complete.
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 |
---|---|---|
CompleteEvent |
listenable(payload) |
Signaled when the tracked value reaches |
Functions
Function Name | Description |
---|---|
Assign |
Assigns the device to |
AssignToAll |
Assigns this device to all valid |
ClearPersistence |
Clears tracked progress for |
Complete |
The objective immediately completes. |
DecreaseTargetValue |
Decreases the target value for |
Decrement |
Decrease the tracked value by Amount to Change on Received Signal for |
GetTarget |
Returns the target value that must be achieved in order for |
GetTransform |
Returns the transform of the |
GetValue |
Returns the current total tracked value for all players. |
GetValue |
Returns the current total tracked value for the team at |
GetValue |
Returns the current tracked value for |
HasReachedTarget |
Is true if |
IncreaseTargetValue |
Increases the target value for |
Increment |
Increases the tracked value by Amount to Change on Received Signal for |
IsActive |
Is true if |
Load |
Loads tracked progress for |
LoadForAll |
Loads tracked progress for all valid |
MoveTo |
Moves the |
MoveTo |
Moves the |
Remove |
Removes this device from |
RemoveFromAll |
Removes this device from all valid |
Reset |
Resets the progress for |
Save |
Saves tracked progress for |
SetDescriptionText |
Sets a description for the |
SetTarget |
Sets the target value that must be achieved in order for |
SetTitleText |
Sets the title for the |
SetValue |
Sets the current tracked value for the device for all active players. |
SetValue |
Sets the current tracked value for the device for the Team at the |
SetValue |
Sets the current tracked value for the device for a specific 'Agent'. If Sharing is set to Team, this will set the value for their team. If Sharing is set to All, this will set the value for everyone. |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |