ShowMouseCursor: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 16: Line 16:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{Template:ClientMouseFunctions}}

Latest revision as of 13:57, 27 February 2020

ShowMouseCursor

Type: Function
Context: Client
Introduced: v1.0

Description

Toggle the mouse cursor for the client.

Syntax

ShowMouseCursor(bShow)

Parameters

  • bShow
    The boolean status

Return Value

  • __EDIT_ME__

Example

ShowMouseCursor(true)

See also