RSS

Пятница, 29.03.2024, 08:32
Главная » WoW API » API Виджеты » Скриптовый объект »

handler = Scale:GetScript("scriptType")

[ править ]
Returns the widget's handler function for a script.
[клоны]
Returns the widget's handler function for a script.


Signature:
Code
handler = ScriptObject:GetScript("scriptType")

Arguments:
  • scriptType - A script type; see scripts reference for details (string)

Returns:
  • handler - The object's handler function for the script type (function)

Также смотрите: Скриптовый объект
Ссылки: http://wowprogramming.com/docs/widgets/ScriptObject/GetScript