Version

menu_open
Wwise SDK 2024.1.0
ak.wwise.debug.validateCall Arguments Schema

Schema

{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the function."
},
"args": {
"type": "object",
"description": "The arguments passed to the function.",
"properties": {},
"additionalProperties": true
},
"options": {
"type": "object",
"description": "The options passed to the function.",
"properties": {},
"additionalProperties": true
},
"result": {
"type": "object",
"description": "The result returned from the function.",
"properties": {},
"additionalProperties": true
}
},
"required": [
"id"
],
"additionalProperties": false
}

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