RSS

Пятница, 26.04.2024, 01:10
Главная » WoW API » API Виджеты »

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

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

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

Название Описание
hasScript = Path:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Path:GetScript("scriptType") Returns the widget's handler function for a script.
MovieFrame:SetScript("scriptType", handler) Sets the widget's handler function for a script.
MovieFrame:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = MovieFrame:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = MovieFrame:GetScript("scriptType") Returns the widget's handler function for a script.
Model:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Model:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Model:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Model:GetScript("scriptType") Returns the widget's handler function for a script.
Minimap:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Minimap:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Minimap:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Minimap:GetScript("scriptType") Returns the widget's handler function for a script.
MessageFrame:SetScript("scriptType", handler) Sets the widget's handler function for a script.
MessageFrame:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = MessageFrame:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = MessageFrame:GetScript("scriptType") Returns the widget's handler function for a script.
GameTooltip:SetScript("scriptType", handler) Sets the widget's handler function for a script.
GameTooltip:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = GameTooltip:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = GameTooltip:GetScript("scriptType") Returns the widget's handler function for a script.
Frame:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Frame:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Frame:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Frame:GetScript("scriptType") Returns the widget's handler function for a script.
EditBox:SetScript("scriptType", handler) Sets the widget's handler function for a script.
EditBox:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = EditBox:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = EditBox:GetScript("scriptType") Returns the widget's handler function for a script.
DressUpModel:SetScript("scriptType", handler) Sets the widget's handler function for a script.
DressUpModel:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = DressUpModel:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = DressUpModel:GetScript("scriptType") Returns the widget's handler function for a script.
Cooldown:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Cooldown:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Cooldown:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Cooldown:GetScript("scriptType") Returns the widget's handler function for a script.
ColorSelect:SetScript("scriptType", handler) Sets the widget's handler function for a script.
ColorSelect:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = ColorSelect:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = ColorSelect:GetScript("scriptType") Returns the widget's handler function for a script.
CheckButton:SetScript("scriptType", handler) Sets the widget's handler function for a script.
CheckButton:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = CheckButton:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = CheckButton:GetScript("scriptType") Returns the widget's handler function for a script.
Button:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Button:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Button:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Button:GetScript("scriptType") Returns the widget's handler function for a script.

1-50 51-100 101-116