RSS

Суббота, 20.04.2024, 00:28
Главная » WoW API » API Виджеты »

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

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

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

Название Описание
Translation:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Translation:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Translation:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Translation:GetScript("scriptType") Returns the widget's handler function for a script.
TabardModel:SetScript("scriptType", handler) Sets the widget's handler function for a script.
TabardModel:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = TabardModel:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = TabardModel:GetScript("scriptType") Returns the widget's handler function for a script.
StatusBar:SetScript("scriptType", handler) Sets the widget's handler function for a script.
StatusBar:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = StatusBar:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = StatusBar:GetScript("scriptType") Returns the widget's handler function for a script.
Slider:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Slider:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Slider:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Slider:GetScript("scriptType") Returns the widget's handler function for a script.
SimpleHTML:SetScript("scriptType", handler) Sets the widget's handler function for a script.
SimpleHTML:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = SimpleHTML:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = SimpleHTML:GetScript("scriptType") Returns the widget's handler function for a script.
ScrollingMessageFrame:SetScript("scriptType", handler) Sets the widget's handler function for a script.
ScrollingMessageFrame:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = ScrollingMessageFrame:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = ScrollingMessageFrame:GetScript("scriptType") Returns the widget's handler function for a script.
ScrollFrame:SetScript("scriptType", handler) Sets the widget's handler function for a script.
ScrollFrame:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = ScrollFrame:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = ScrollFrame:GetScript("scriptType") Returns the widget's handler function for a script.
ScriptObject:SetScript("scriptType", handler) Sets the widget's handler function for a script.
ScriptObject:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = ScriptObject:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = ScriptObject:GetScript("scriptType") Returns the widget's handler function for a script.
Scale:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Scale:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Scale:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Scale:GetScript("scriptType") Returns the widget's handler function for a script.
Rotation:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Rotation:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = Rotation:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = Rotation:GetScript("scriptType") Returns the widget's handler function for a script.
QuestPOIFrame:SetScript("scriptType", handler) Sets the widget's handler function for a script.
QuestPOIFrame:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = QuestPOIFrame:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = QuestPOIFrame:GetScript("scriptType") Returns the widget's handler function for a script.
PlayerModel:SetScript("scriptType", handler) Sets the widget's handler function for a script.
PlayerModel:HookScript("scriptType", handler) Securely hooks a script handler.
hasScript = PlayerModel:HasScript("scriptType") Returns whether the widget supports a script handler.
handler = PlayerModel:GetScript("scriptType") Returns the widget's handler function for a script.
Path:SetScript("scriptType", handler) Sets the widget's handler function for a script.
Path:HookScript("scriptType", handler) Securely hooks a script handler.