fmod_entity_isAbstract
Checks or sets whether an FMOD entity type is abstract, indicating it serves as a base class for other entities.
Instructions
A constant boolean value that is set to true if an object is the base class of another entity type. [property · entity.isAbstract]
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'. |