CrowdControlEffectParameter
Inherits: Resource < RefCounted < Object
Defines configurable generic options for a CrowdControlEffect.
Description
CrowdControlEffectParameter allows effects to have options or dropdowns that viewers can fill out when triggering the effect. For example, selecting a specific color or target player.
Properties
|
||
|
||
|
Methods
to_json() const |
Property Descriptions
Dictionary options = {} 🔗
void set_options(value: Dictionary)
Dictionary get_options()
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
String parameter_type = "options" 🔗
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Dictionary to_json() const 🔗
Serializes this CrowdControlEffectParameter into a JSON-compatible dictionary for API transmission.