Button1Up (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
Created page with "{{protected}} <onlyinclude> {{Method| name = Button1Up |arguments = Vector2 position |returns = nil |description = Al..."
>Legend26
No edit summary
Line 4: Line 4:
name                  = Button1Up
name                  = Button1Up
|arguments            = [[Vector2]] position
|arguments            = [[Vector2]] position
|protected=yes
|returns              = [[nil]]
|returns              = [[nil]]
|description          = Allows the ability to set where the Pseudo like Mouse for the VirtualUser is releasing the left mouse button.
|description          = Allows the ability to set where the Pseudo like Mouse for the VirtualUser is releasing the left mouse button.

Revision as of 22:33, 25 January 2012

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
Button1Up( Vector2 position )
Returns nil
Description: Allows the ability to set where the Pseudo like Mouse for the VirtualUser is releasing the left mouse button.
Member of: VirtualUser