Wwise SDK 2019.1.11
|
Retrieve global Wwise information.
Name | Type | Description |
---|---|---|
processId | integer | The process identifier of Wwise. |
displayName | string | Display Name of Wwise. |
copyright | string | Copyright information. |
processPath | string | The process path of Wwise. |
directories | object | Collection of directories used by Wwise. |
directories.bin | string | The bin directory, where Wwise.exe is located. |
directories.help | string | The help directory. |
directories.user | string | The Wwise user data directory root. |
directories.install | string | The root directory of Wwise. This is the installation directory. |
directories.authoring | string | The Wwise Authoring root directory |
directories.log | string | The log directory. |
apiVersion | number | Version of the Wwise Authoring API. Range: [1,*] |
platform | string | Indicate the platform on which Wwise was built. Possible values:
|
version | object | Wwise version object. |
version.major | integer | Major number of version. Range: [0,100] |
version.displayName | string | Wwise version name. |
version.build | integer | Build number. Range: [1,*] |
version.year | integer | Year of version. Range: [2000,2100] |
version.nickname | string | Special name given to a version. |
version.minor | integer | Minor number of version. Range: [0,100] |
version.schema | integer | Schema version for the Wwise Project and Work Units. Range: [1,*] |
branch | string | Branch built. |
isCommandLine | boolean | Indicate if Wwise is running in command line. |
configuration | string | Indicate a release or debug build. Possible values:
|
Refer to Using the Wwise Authoring API (WAAPI) for more information about WAAPI.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise