Ui::endTextCommandThefeedPostTickerForced

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

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • isImportant: boolean
  • cacheMessage: boolean

Return value

  • number

Syntax

mp.game.ui.endTextCommandThefeedPostTickerForced(isImportant, cacheMessage)

Example

//todo


See also