FMOD Studio User Manual 2.02

26. Scripting API Reference | Project.Model

The project model type representation applicable for this version.
The studio.project.model provides access to information about the available model types. Data within the model is represented as a collection of project.Entity types upon which ManagedObjects are based. You can look entities up by name. For example:

studio.project.model.Event.findInstances(); // find all Event instances

model.document

Returns a string describing every project.Entity.

model.document()

model.%entity_name%

The following are common entities used for scripting. More enity types can be accessed through model.%entity_name%.