Button1Up (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
No edit summary
>JulienDethurens
If you don't put a nil argument for the returns argument, the template does it for you.
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
|arguments            = [[Vector2]] position
|arguments            = [[Vector2]] position
|protected=yes
|protected=yes
|returns              = [[nil]]
|description          = Gives 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.
|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