ShowMouseCursor: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{Template:ClientMouseFunctions}} |
Latest revision as of 13:57, 27 February 2020
Description
Toggle the mouse cursor for the client.
Syntax
ShowMouseCursor(bShow)
Parameters
- bShow
The boolean status
Return Value
- __EDIT_ME__
Example
ShowMouseCursor(true)