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