Ui::endTextCommandThefeedPostReplayIcon

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}} *'''image:''' {{RageType|number}} *'''text:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.endTextCommandThefeedPostReplayIcon(type, image, text) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clients...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • type: number
  • image: number
  • text: string

Return value

  • number

Syntax

mp.game.ui.endTextCommandThefeedPostReplayIcon(type, image, text)

Example

//todo


See also