fmod_system_require
Load a JavaScript file as a library and return its module object. Use to import external scripts for custom FMOD Studio functionality.
Instructions
Loads a javascript file as a library. The fileName passed can be either a relative or absolute path. The file being loaded should contain a module. For example: Returns the loaded js module object or null if unsuccessful. [method · system.require]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||