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..."
 
>JulienDethurens
If you don't put a nil argument for the returns argument, the template does it for you.
 
(10 intermediate revisions by 2 users not shown)
Line 4: Line 4:
name                  = Button1Up
name                  = Button1Up
|arguments            = [[Vector2]] position
|arguments            = [[Vector2]] position
|returns              = [[nil]]
|protected=yes
|description          = Allows the ability to set where the Pseudo like Mouse for the VirtualUser is releasing the left mouse button.
|description          = Gives the ability to set where the Pseudo-like Mouse for the VirtualUser is releasing the left mouse button.
|object              = VirtualUser
|object              = VirtualUser
|}}</onlyinclude>
|}}</onlyinclude>

Latest revision as of 05:18, 30 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: Gives the ability to set where the Pseudo-like Mouse for the VirtualUser is releasing the left mouse button.
Member of: VirtualUser