Version

menu_open
Wwise SDK 2023.1.3
Getting the source control status of a file

Returns the source control status and owner of the file.

Function URI

ak.wwise.core.sourceControl.getStatus

Arguments

{
"files": [
"//projet-file//Originals/SFX/existingFile.wav"
]
}

Result

{
"result": [
{
"owner": "user",
"status": "add"
}
],
"log": []
}

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