Evaluates attributes for agent
when signaled from other devices. Acts as branching logic, checking whether the agent
associated with the signal passes all of the tests setup in this device, then sends a signal on either PassEvent
or FailEvent
.
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. |
trigger_base_device |
Base class for various specialized trigger devices. See also: |
Members
This class has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
FailEvent |
listenable(payload) |
Signaled when the |
PassEvent |
listenable(payload) |
Signaled when the |
Functions
Function Name | Description |
---|---|
Disable |
Disables this device. |
Enable |
Enables this device. |
EvaluateAgent |
Tests whether the specified agent satisfies the required conditions specified on the device (e.g. eliminations/score), and fires either the |
GetMaxTriggerCount |
Gets the maximum amount of times this device can trigger.
|
GetResetDelay |
Gets the time (in seconds) before the device can be triggered again (if |
GetTransform |
Returns the transform of the |
GetTransmitDelay |
Gets the time (in seconds) which must pass after triggering, before this device informs other external devices that it has been triggered. |
GetTriggerCountRemaining |
Returns the number of times that this device can still be triggered before hitting |
MoveTo |
Moves the |
MoveTo |
Moves the |
Reset |
Resets the number of times this device has been activated. This will set |
SetMaxTriggerCount |
Sets the maximum amount of times this device can trigger.
|
SetResetDelay |
Sets the time (in seconds) after triggering, before the device can be triggered again (if |
SetTransmitDelay |
Sets the time (in seconds) which must pass after triggering, before this device informs other external devices that it has been triggered. |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |