MouseUp (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac
New page: <onlyinclude>{{Method |name = MouseUp |arguments = |description = Clears whatever the dragger instance currently is 'dragging'. Will error if [[MouseDo...
>Blocco
We have a default "returns" argument set up.
Line 4: Line 4:
|description          = Clears whatever the dragger instance currently is 'dragging'. Will error if [[MouseDown]] is not called first.  
|description          = Clears whatever the dragger instance currently is 'dragging'. Will error if [[MouseDown]] is not called first.  
|object              = Dragger
|object              = Dragger
|returns              = [[nil]]
}}</onlyinclude>
}}</onlyinclude>



Revision as of 03:48, 20 April 2011

MouseUp( )
Returns nil
Description: Clears whatever the dragger instance currently is 'dragging'. Will error if MouseDown is not called first.
Member of: Dragger