Verse API reference page for the attribute_evaluator_device class
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: trigger_device perception_trigger_device * attribute_evaluator_device |
Members
This class has both data members and functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
FailEvent |
listenable(payload) |
Signaled when the agent from EvaluateAgent fails the requirements specified by this device. Sends the agent originally passed to this device in EvaluateAgent. |
PassEvent |
listenable(payload) |
Signaled when the agent from EvaluateAgent passes the requirements specified by this device. Sends the agent originally passed to this device in EvaluateAgent. |
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.