A set of customizable pop up targets that can be hit by players to trigger various events.
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 |
---|---|---|
BullseyeHitEvent |
listenable(payload) |
Signaled when target is hit in the bullseye area. |
HitEvent |
listenable(payload) |
Signaled when the target is hit by a player. |
HopDownEvent |
listenable(payload) |
Signaled when the target moves down slightly, making it harder to hit. |
HopUpEvent |
listenable(payload) |
Signaled when the target moves up slightly, making it harder to hit. |
KnockdownEvent |
listenable(payload) |
Signaled when the target is hit by a player. |
PopDownEvent |
listenable(payload) |
Signaled when the target moves from standing upright to laying flat. |
PopUpEvent |
listenable(payload) |
Signaled when the target moves from laying flat to standing upright. |
Functions
Function Name | Description |
---|---|
ActivateTrack |
Activates the movement track. |
DeactivateTrack |
Deactivates the movement track. |
Disable |
Disables this device. |
DisableTrackMovement |
Disables movement on the track. This prevents any movement from occurring, until track movement is enabled again. |
Enable |
Enables this device. |
EnableTrackMovement |
Enables movement on the track. This does not start the target moving, it only enables movement. |
GetTransform |
Returns the transform of the |
HopDown |
Moves an active (standing upright) target attached to the track down slightly, in an effort to make it harder to hit |
HopUp |
Moves an active (standing upright) target attached to the track up slightly, in an effort to make it harder to hit |
MoveTo |
Moves the |
MoveTo |
Moves the |
MoveToEnd |
Starts the target moving toward the end of the track. |
MoveToStart |
Starts the target moving toward the start of the track. |
PopDown |
Causes the target attached to the track to transition from standing upright (active) to lying flat (inactive) |
PopUp |
Causes the target attached to the track to transition from lying flat (inactive) to standing upright (active) |
Reset |
Resets the target to its initial settings. |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |