All public logs

Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:56, 29 April 2024 Shr0x talk contribs created page Gameplay::updateOnscreenKeyboard (Created page with "{{ClientsideJsFunction}} {{JSContainer| Updates the system keyboard, and returns its status. This should be called every frame until a non pending status is returned. ==Keyboard states== <pre> enum KEYBOARD_STATE { INVALID = -1, PENDING, SUCCESS, CANCELLED, FAILED, } </pre> ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.updateOnscreenKeyboard(); </syntaxhighlight> ==Example== <syntaxhighlight l...")