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 ..."
>JulienDethurens
No edit summary
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>

Revision as of 23:36, 31 January 2012

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
GetMouse( )
Returns PluginMouse
Description: Returns a mouse that can be used with the plugin.
Member of: Plugin