GetMouse (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens Created page with "<onlyinclude>{{Method |name = GetMouse |returns = PluginMouse |description = Returns a mouse that can be used with the plugin. |object ..." |
>Tenal No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{protected}} | |||
<onlyinclude>{{Method | <onlyinclude>{{Method | ||
|name = GetMouse | |name = GetMouse | ||
|protected = true | |||
|returns = [[RBX.lua.PluginMouse (Object)|PluginMouse]] | |returns = [[RBX.lua.PluginMouse (Object)|PluginMouse]] | ||
|description = Returns a mouse that can be used with the plugin. | |description = Returns a mouse that can be used with the plugin. | ||
|object = Plugin | |object = Plugin | ||
}}</onlyinclude> | }}</onlyinclude> | ||
[[Category:Methods]] |
Latest revision as of 03:28, 7 February 2012
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
![]() | |
Returns | PluginMouse |
Description: | Returns a mouse that can be used with the plugin. |
Member of: | Plugin |