Ui::endTextCommandThefeedPostReplayInput

From RAGE Multiplayer Wiki
Revision as of 20:38, 5 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''type:''' {{RageType|number}} *'''button:''' {{RageType|string}} *'''text:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.endTextCommandThefeedPostReplayInput(type, button, text) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clie...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • type: number
  • button: string
  • text: string

Return value

  • number

Syntax

mp.game.ui.endTextCommandThefeedPostReplayInput(type, button, text)

Example

//todo


See also