fmod_Triggerable_addParameterCondition
Add a parameter condition to a triggerable object, restricting activation to when the parameter value is between specified minimum and maximum.
Instructions
Adds a parameter condition for a given parameter to a triggerable object. Returns the parameter condition ManagedObject . [method · Triggerable.addParameterCondition]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | Yes | The maximum value of the parameter condition. | |
| min | Yes | The minimum value of the parameter condition. | |
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| parameter | Yes | Can be either a model.ParameterPreset or a model.GameParameter . |