WoW:API Frame GetAttribute: Difference between revisions

m
typos
(Created page with '{{widgetmethod}} Returns the value of a specific attribute (or an attribute matching the prefix/suffix arguments). value = frame:GetAttribute(name); value = frame:GetAttribute(...')
 
m (typos)
Line 6: Line 6:
==Arguments==
==Arguments==
; prefix : String - modifier prefix string: a concatenation of alt-, ctrl-, and shift-, whichever apply, in that order.
; prefix : String - modifier prefix string: a concatenation of alt-, ctrl-, and shift-, whichever apply, in that order.
; name : Attribute name. If passes as the only attribute, this may be a fully qualified value; otherwise, it is the unmodified name of the attribute being retrieved.
; name : Attribute name. If passed as the only argument, this may be a fully qualified value; otherwise, it is the unmodified name of the attribute being retrieved.
; suffix : String - button suffix string: either a numeric string or a dash followed by an arbitrary button name.
; suffix : String - button suffix string: either a numeric string or a dash followed by an arbitrary button name.


Anonymous user