RSS

Четверг, 28.03.2024, 11:10
Главная » WoW API » API Виджеты » Скриптовый объект »

handler = TabardModel: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