MessageBox - Debug/ru

From the CreationKit Wiki
Revision as of 14:34, 30 August 2012 by imported>Peganoff
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]]