RSS

Пятница, 26.04.2024, 04:19
Главная » WoW API » API Виджеты » Окно редактирования »

EditBox:Insert("text")

[ править ]
Inserts text into the edit box at the current cursor position.
[клоны]
Inserts text into the edit box at the current cursor position.


Signature:
Code
EditBox:Insert("text")

Arguments:
  • text - Text to be inserted (string)

Также смотрите: Окно редактирования
Ссылки: http://wowprogramming.com/docs/widgets/EditBox/Insert