RSS

Четверг, 25.04.2024, 00:12
Главная » WoW API » API Виджеты »

Скриптовый объект

[ Добавить запись ]

В категории материалов: 116
Показано материалов: 101-116
Страницы: « 1 2 3

Название Описание
ArchaeologyDigSiteFrame:SetScript("scriptType", handler) Sets the widget's handler function for a script.
ArchaeologyDigSiteFrame:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = ArchaeologyDigSiteFrame:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = ArchaeologyDigSiteFrame:GetScript("scriptType") Returns the widget's handler function for a script.
AnimationGroup:SetScript("scriptType", handler) Sets the widget's handler function for a script.
AnimationGroup:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = AnimationGroup:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = AnimationGroup:GetScript("scriptType") Returns the widget's handler function for a script.
Animation:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Animation:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Animation:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Animation:GetScript("scriptType") Returns the widget's handler function for a script.
Alpha:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Alpha:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Alpha:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Alpha:GetScript("scriptType") Returns the widget's handler function for a script.

1-50 51-100 101-116