fmod_Automator_addAutomationCurve
Adds an automation curve to a specified parameter on a target FMOD object, returning the curve's ManagedObject reference.
Instructions
Creates a model.AutomationCurve on the parameter specified. Returns the automation curve ManagedObject . [method · Automator.addAutomationCurve]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| parameter | Yes | Either a model.GameParameter or the model.Timeline of the event containing the object being automated. |