SetInputMode

From Onset Developer Wiki
Revision as of 13:25, 19 November 2019 by 28days (talk | contribs)
SetInputMode

Type: Function
Context: Client
Introduced: v1.0

Description

Set the client's input mode for the game.

Syntax

SetInputMode(InputMode)

Parameters

Return Value

  • This function returns nothing.

Example

SetInputMode(INPUT_GAME)

See also

__EDIT_ME__