fmod_ManagedObject_isOfType
Determine if an FMOD Studio object is of a specified entity type. Returns true when the object's entity matches or derives from the given entity name.
Instructions
Returns true if the object has an entity that matches the entity name, or is of a derived type. Returns true if the object has an entity that matches the entity name, or is of a derived type. [method · ManagedObject.isOfType]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| entityName | Yes | The name of the project.Entity type to compare against. |