MessageBox - Debug/ru

From the CreationKit Wiki
Jump to navigation Jump to search

Часть: Debug Script

Отображение одной кнопки OK в окне сообщения, содержащие указанный текст.

Синтаксис[edit | edit source]

Function MessageBox(string asMessageBoxText) native global

Параметры[edit | edit source]

  • asMessageBoxText: Текст, который должен отображаться в окне сообщения.

Возвращаемое значение[edit | edit source]

Нет

Пример[edit | edit source]

; Display the class 'hello world' box
Debug.MessageBox("Hello, world!")

Смотреть также[edit | edit source]


Language: [[::MessageBox - Debug/ru|English]]