ShowMouseCursor

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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