Dialog_Clear()
対応バージョン
Section titled “対応バージョン”Dialog_Clear()ダイアログキューにあるテキストを全て削除します。
サンプルコード
Section titled “サンプルコード”Dialog_Add("* Can you see this message?");Dialog_Clear()Dialog_Add("* You haven't seen anything.")Dialog_Start()上記コードは、* Can you see this message? を表示せずに、* You haven't seen anything. のみをダイアログボックスに表示します。