Translation:SetScript("scriptType", handler)
|
Sets the widget's handler function for a script.
|
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.
|
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.
|
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.
|
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.
|
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.
|
ScrollFrame:SetScript("scriptType", handler)
|
Sets the widget's handler function for a script.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|