fmod_entity_isSingleton
Check or set whether a FMOD Studio entity (e.g., Event, Bank) allows only one instance. Read current value or assign new boolean.
Instructions
A constant boolean value that is set to true if only a single ManagedObject instance of the entity can exist at any given time. [property · entity.isSingleton]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | New value to assign. Omit to read the current value. | |
| className | Yes | Model class name, e.g. 'Event', 'Bank', 'GroupTrack'. |