Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(upgraded sc template)
 
(add note)
 
Line 1: Line 1:
  +
{{widgetmethod}}
{| style="{{tooltipcss}}"
 
| colspan=2 | {{quality|Common|Rough Bronze Cuirass}}
 
|-
 
| Chest || align=right | Mail
 
|-
 
| colspan=2 | 168 Armor
 
|-
 
| colspan=2 | Durability 90 / 90
 
|-
 
| colspan=2 | Requires Level 18
 
|-
 
| colspan=2 | Sells for {{cost||7|52}} to vendors
 
|-
 
| colspan=2 | Item Level 23
 
|}
 
[[Image:INV_Chest_Chain_08.png|left]]
 
'''Rough Bronze Cuirass''' is low quality mail chest armor crafted by [[blacksmithing|blacksmiths]].
 
   
   
  +
Returns the current checked state of the button.
  +
isChecked = CheckButton:GetChecked()
   
   
  +
== Arguments ==
=Source=
 
  +
None
Rough Bronze Cuirass are made by [[blacksmithing|blacksmiths]] with a skill of 105.
 
   
*7 [[Bronze Bar]]
 
   
  +
== Returns ==
The [[plans]] are learned from a trainer.
 
  +
:; isChecked : Flag - 1 if the check button is checked, or nil otherwise.
   
== External Links ==
+
== Notes ==
  +
When a CheckButton is clicked, the state will already be toggled by the time the OnClick handler runs.
{{elinks-item|6350}}
 
 
[[Category:Armor:Chest]]
 
[[Category:Mail Armor]]
 
[[Category:Blacksmithing]]
 

Revision as of 22:38, 13 January 2011


Returns the current checked state of the button.

isChecked = CheckButton:GetChecked()


Arguments

None


Returns

isChecked
Flag - 1 if the check button is checked, or nil otherwise.

Notes

When a CheckButton is clicked, the state will already be toggled by the time the OnClick handler runs.