RSS

Среда, 24.04.2024, 15:59
Главная » WoW API » API Виджеты » Окно редактирования »

num = EditBox:GetNumber()

[ править ]
Returns the contents of the edit box as a number.
[клоны]
Returns the contents of the edit box as a number. Similar to tonumber(editbox:GetText()); returns 0 if the contents of the edit box cannot be converted to a number.


Signature:
Code
num = EditBox:GetNumber()

Returns:
  • num - Contents of the edit box as a number (number)

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