Use to create a cactus with healing fruits that can be burst to heal nearby players.
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 |
---|---|---|
BurstEvent |
listenable(payload) |
Triggers when the plant bursts, passing in the triggering |
GrowEvent |
listenable(payload) |
Triggers when the plant grows. |
Functions
Function Name | Description |
---|---|
Burst |
Burst the plant if the device is enabled, passing in the triggering |
Burst |
Burst the plant if the device is enabled, passing in the triggering |
Disable |
Disables the device to prevent interaction and growth. |
Enable |
Enables the device to allow interaction and let it grow. |
GetTransform |
Returns the transform of the |
Grow |
Grows the plant if the device is enabled. If |
MoveTo |
Moves the |
MoveTo |
Moves the |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |