Players::isTypingInTextChat

From RAGE Multiplayer Wiki
Revision as of 22:17, 20 April 2020 by MrPancakers2 (talk | contribs) (Created page with "{{ClientsideJsFunction}} Returns if the player is currently typing in the chat. You can also invoke this inside CEF using mp.invoke("setTypingInChatState", state); ==Getter...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



Returns if the player is currently typing in the chat.

You can also invoke this inside CEF using mp.invoke("setTypingInChatState", state);

Getter

  • Bool - Typing state


JavaScript Syntax

Syntax

mp.players.local.isTypingInTextChat

Example

Client-Side
  // To do


See also