|
|
| static bool AkWaapiClient::Call |
( |
string |
Uri, |
|
|
string |
Args, |
|
|
string |
Options, |
|
|
int |
TimeoutMs, |
|
|
out string |
Result | |
|
) |
| | [inline, static] |
Perform a call to the Wwise Authoring. See Querying the Wwise Project for more information.
- Parameters:
-
| Uri | Function to call |
| Args | Arguments required by the function |
| Options | Elements of the Wwise objects to return |
| TimeoutMs | Timeout in milliseconds to wait on the Wwise Authoring application to respond |
| Result | Result of the subscription attempt |
- Returns:
- Call success
|