FMOD Studio User Manual 2.02
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
Returns a string describing every project.Entity.
model.document()
The following are common entities used for scripting. More enity types can be accessed through model.%entity_name%.