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

Dictionary

options

{}

String

parameter_name

""

String

parameter_type

"options"

Methods

Dictionary

to_json() const


Property Descriptions

Dictionary options = {} 🔗

There is currently no description for this property. Please help us by contributing one!


String parameter_name = "" 🔗

  • void set_parameter_name(value: String)

  • String get_parameter_name()

There is currently no description for this property. Please help us by contributing one!


String parameter_type = "options" 🔗

  • void set_parameter_type(value: String)

  • String get_parameter_type()

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.