The Rift Point volume is used to interface with and manage the Rift Point item, and provides an area that enables players to plant the item to create search and destroy style gameplay.
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. |
Exposed Interfaces
This class exposes the following interfaces:
Name | Description |
---|---|
enableable |
Implemented by classes whose instances can be enabled and disabled. |
Members
This class has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
DefuseCancelEvent |
listenable(payload) |
Sends an event when defusing the Rift Point is canceled, passing in the defusing |
DefuseEvent |
listenable(payload) |
Sends an event when the Rift Point is defused, passing in the defusing |
DefuseStartEvent |
listenable(payload) |
Sends an event when defusing the Rift Point is started, passing in the defusing |
DetonateEvent |
listenable(payload) |
Sends an event when the Rift Point detonates, passing in the planting |
OnAgentEntered |
listenable(payload) |
Sends an event when an |
OnAgentExited |
listenable(payload) |
Sends an event when an |
PlantCancelEvent |
listenable(payload) |
Sends an event when planting the Rift Point is canceled, passing in the planting |
PlantEvent |
listenable(payload) |
Sends an event when the Rift Point is planted, passing in the planting |
PlantStartEvent |
listenable(payload) |
Sends an event when planting the Rift Point is started, passing in the planting |
Functions
Function Name | Description |
---|---|
Disable |
Disables the device, preventing the Rift Point from being planted. |
Enable |
Enables the device, allowing the Rift Point to be planted. |
GetAgentsInVolume |
Returns an array of agents that are currently occupying the volume. |
GetTransform |
Returns the transform of the |
IsEnabled |
Succeeds if the component is enabled, fails if it’s disabled. |
IsInVolume |
Is true when |
MoveTo |
Moves the |
MoveTo |
Moves the |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |