Used to spawn various wildlife that players can herd, hunt, or tame.
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 |
---|---|---|
DamagedEvent |
listenable(payload) |
Signaled when wildlife is damaged.
|
DismountedEvent |
listenable(payload) |
Signaled when an |
EliminatedEvent |
listenable(payload) |
Signaled when wildlife is eliminated.
|
EliminatingEvent |
listenable(payload) |
Signaled when a wildlife eliminates an agent.
|
ForceSpawnedEvent |
listenable(payload) |
Signaled when wildlife is force-spawned and causes the oldest wildlife to be eliminated.
Sends the |
RiddenEvent |
listenable(payload) |
Signaled when an |
SomethingIsEatenEvent |
listenable(payload) |
Signaled when wildlife eats a pickup such as a Shroom or Meat. Sends the wildlife that ate something. |
SpawnedEvent |
listenable(payload) |
Signaled when this device spawns wildlife.
Sends the |
TamedEvent |
listenable(payload) |
Signaled when wildlife is tamed.
|
UntamedEvent |
listenable(payload) |
Signaled when wildlife is untamed.
|
Functions
Function Name | Description |
---|---|
ConsumeEnergy |
Consumes energy from wildlife belonging to |
ConsumeEnergyForAll |
Consumes energy from wildlife by Energy Consume Amount. |
Despawn |
Despawns wildlife. |
DestroySpawner |
Destroys this device, marking |
Disable |
Disables this device. |
Dismount |
Dismounts |
DismountAll |
Dismounts all |
Enable |
Enables this device. |
GetSpawnLimit |
Returns the spawn limit of the device. |
GetTransform |
Returns the transform of the |
MoveTo |
Moves the |
MoveTo |
Moves the |
Reset |
Resets the count on the Total Spawn Count option. |
RestoreEnergy |
Restores energy to wildlife belonging to |
RestoreEnergyForAll |
Restores energy to wildlife by Energy Restore Amount. |
Ride |
Teleports |
Spawn |
Spawns wildlife from this device. If spawn count is exceeded the oldest wildlife will be eliminated. |
Tame |
Tames wildlife, making them AI partners of |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |
Untame |
Untames any tamed wildlife that belong to |
UntameAll |
Untames all wildlife. |