Version

    Other Documentation

menu_open
Wwise SDK 2022.1.11
ak.wwise.core.object.getTypes

Retrieves the list of all object types registered in Wwise's object model. This function returns the equivalent of Wwise Objects Reference .

Result

Name Type Description
return array An array of all Wwise object types.
return [...] object A Wwise object type. Refer to Wwise Objects Reference .
return[...].classId integer The ID (class ID) of the object.
Unsigned Integer 32-bit. Range: [0,4294967295]
return[...].name string The name of the object.
return[...].type string The type of the object. Refer to Wwise Objects Reference for more information on the types available.

Result Schema

See Also

Examples

Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise