Controls::isInputJustDisabled

From RAGE Multiplayer Wiki
Revision as of 20:19, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I may be wrong with this one, but from the looks of the scripts, it sets keyboard related stuff as soon as this returns true.

0, 1 and 2 used in the scripts. 0 is by far the most common of them.

Syntax

controls.isInputJustDisabled(inputGroup);

Required Arguments

  • inputGroup: int

Return value

  • Boolean

Example

todo

See also

Template:Controls function c