fmod_ManagedObject_isOfExactType
Check whether a FMOD Studio object's type exactly matches a specified entity name. Returns true if the types are identical.
Instructions
Returns true if the object type matches the provided entity name. Returns true if the object type matches the provided entity name. [method · ManagedObject.isOfExactType]
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. |