A trap device that destroys the tile it's placed on when activated.
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 |
|---|---|---|
ActivatedEvent |
listenable(payload) |
Signaled when the tile this device is attached to is removed. This may occur later than |
TriggeredEvent |
listenable(payload) |
Signaled when this device is triggered.
Sends the |
Functions
| Function Name | Description |
|---|---|
Disable |
Disables this device. While disabled this device will not react to incoming events. |
DisableAgentContactTrigger |
Disables this device from triggering when an |
Enable |
Enables this device. |
EnableAgentContactTrigger |
Enables this device to trigger when an |
GetTransform |
Returns the transform of the |
MoveTo |
Moves the |
MoveTo |
Moves the |
MoveTo |
Moves the |
MoveTo |
Moves the |
Reset |
Restores the tile removed when this device was triggered. |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |
ToggleAgentContactTrigger |
Flips the device between |
ToggleEnabled |
Flips the device between |
Trigger |
Triggers the device, removing the associated tile. |