ShowMouseCursor

From Onset Developer Wiki
Revision as of 14:54, 15 December 2019 by 28days (talk | contribs)
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

__EDIT_ME__