Used to configuration and spawn items that players can pick up and use.
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. |
base_item_spawner_device |
Base class for devices that spawn items. |
Members
This class has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
ItemPickedUpEvent |
listenable(payload) |
Signaled when an |
Functions
Function Name | Description |
---|---|
CycleToNextItem |
Cycles device to next configured item. |
Disable |
Disables this device. |
Enable |
Enables this device. |
GetEnableRespawnTimer |
Returns device Respawn Item on Timer option (see |
GetTimeBetweenSpawns |
Returns the Time Between Spawns (in seconds) after an item is collected before the next is spawned, if this device has Respawn Item on Timer enabled (see |
GetTransform |
Returns the transform of the |
MoveTo |
Moves the |
MoveTo |
Moves the |
SetEnableRespawnTimer |
Sets device Respawn Item on Timer option (see |
SetTimeBetweenSpawns |
Sets the Time Between Spawns (in seconds) after an item is collected before the next is spawned, if this device has Respawn Item on Timer enabled (see |
SpawnItem |
Spawns the current item. |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |