RSS

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

ScrollingMessageFrame:SetScript("scriptType", handler)

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


Signature:
Code
ScriptObject:SetScript("scriptType", handler)

Arguments:
  • scriptType - A script type; see scripts for details (string)
  • handler - A function to become the widget's handler for the script type (function)

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