ShowMouseCursor

From Onset Developer Wiki
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