FMOD Studio User Manual 2.02
Available within the global object context (e.g. console.log("hello"); ).
Logs a message. Alias for studio.system.print.
Logs a warning. Alias for studio.system.warn.
Logs an error. Alias for studio.system.error.
Logs all members of object.
Logs a message in a popup dialog (blocking). Alias for studio.system.message.
The current operating system of the computer. Returns either "mac" for Mac OS X or "win" for all Windows versions.
The absolute file path of the FMOD Studio process's executable.
An object containing version information for the Studio tool:
{
productVersion: [number],
majorVersion: [number],
minorVersion: [number],
changelist: [number],
}
This object also implements toString() which returns the version in a human-readable format (e.g. "Version 1.00.00 (100000)").
The absolute directory path of the file currently being loaded. This does not include a trailing '/' character.
The absolute path of the file currently being loaded.