MouseButton2UpConnectionCount (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy fixed |
>SoulStealer9875 No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
{{clear floats}} | {{clear floats}} | ||
{{Example|<pre> | |||
print( GuiButton.MouseButton2UpConnectionCount ) | |||
</pre>}} | |||
[[Category:Properties]] | [[Category:Properties]] |
Latest revision as of 20:48, 2 August 2011
MouseButton2UpConnectionCount | |
Property | Integer |
Description | The number of time MouseButton2Up has been fired. |
Member of | GuiButton |
Example
print( GuiButton.MouseButton2UpConnectionCount )