バージョン

menu_open

ak.wwise.debug.assertFailed


Sent when an assert has failed.

Supported by

Graphical User Interface, Command-Line Interface.

Publications Format

Name Type Description
expression * string The expression that failed.
fileName * string The name of the source file.
lineNumber * number The line number.

(Required *)

Publications Format Details


expression

type : string
description : The expression that failed.

fileName

type : string
description : The name of the source file.

lineNumber

type : number
description : The line number.



Detailed JSON Schema


Options :

{
    "type": "object", 
    "required": [], 
    "properties": {}, 
    "additionalProperties": false
}


Publication schema :

{
    "type": "object", 
    "properties": {
        "expression": {
            "type": "string", 
            "description": "The expression that failed."
        }, 
        "fileName": {
            "type": "string", 
            "description": "The name of the source file."
        }, 
        "lineNumber": {
            "type": "number", 
            "description": "The line number."
        }
    }, 
    "required": [
        "expression", 
        "fileName", 
        "lineNumber"
    ], 
    "additionalProperties": false
}

Document version : 1


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう