Skip to content

CCEffectInstanceParameters

SilicDev edited this page Feb 21, 2024 · 1 revision

CCEffectInstanceParameters

Class: CCEffectInstanceParameters

An instance of an effect with parameters

Description

CCEffectInstanceParameters holds additional information about the parameter data sent with a redeemed CCEffectParameters.

Methods

type signature
String get_option_name(id: String) const
Variant get_parameter(id: String) const
PackedStringArray get_parameter_names() const

Method Descriptions

String get_option_name(id: String) const : Returns the name of the selected option for the parameter id.

Variant get_parameter(id: String) const : Returns the value of the parameter id.

PackedStringArray get_parameter_names() const : Returns the names of the parameters of the effect.

Clone this wiki locally