Verse API reference page for the capture_area_device class
Used to create a zone that can trigger effects once players enter it. Can be set up to be capturable by a team, to provide a score while held, or to require a specific item as a drop-off.
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 |
|---|---|---|
AgentEntersEvent |
listenable(payload) |
Signaled when an agent enters this device area. Sends the agent that entered this device area. |
AgentExitsEvent |
listenable(payload) |
Signaled when an agent exits this device area. Sends the agent that exited this device area. |
AreaIsContestedEvent |
listenable(payload) |
Signaled when this device is contested. Sends the agent that is contesting this device. |
AreaIsScoredEvent |
listenable(payload) |
Signaled when this device is scored. Sends the agent that scored this device. |
ControlChangeEvent |
listenable(payload) |
Signaled when this device control changes. Sends the agent that triggered this device control change. |
ControlChangeStartsEvent |
listenable(payload) |
Signaled when this device control change starts. Sends the agent that is triggering this device control change. |
FirstAgentEntersEvent |
listenable(payload) |
Signaled when the first agent enters this device area. Sends the agent that entered this device area. |
ItemIsConsumedEvent |
listenable(payload) |
Signaled when an item is consumed by this device. Sends the agent that provided the item to this device. |
ItemIsDeliveredEvent |
listenable(payload) |
Signaled when an item is delivered to this device. Sends the agent that delivered the item to this device. |
LastAgentExitsEvent |
listenable(payload) |
Signaled when the last agent exits this device area. Sends the agent that exited this device area. |
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.