fmod_entity_isGlobal
Check if an FMOD Studio entity is global (exists across all projects) or project-specific. Read or set the isGlobal boolean property to manage entity scope.
Instructions
A constant boolean value that is set to true if an entity exists globally, rather than on a per project basis. [property · entity.isGlobal]
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'. |