Ui::setWarningMessage2: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
No edit summary
 
Line 21: Line 21:
{{Ui_s_function_c}}
{{Ui_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:UI API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 14:59, 20 May 2017

You can only use text entries. No custom text.

Syntax

mp.game.ui.setWarningMessage2(entryHeader, entryLine1, instructionalKey, entryLine2, p4, p5, p6, p7, background);

Required Arguments

  • entryHeader: String
  • entryLine1: String
  • instructionalKey: int
  • entryLine2: String
  • p4: Boolean
  • p5: unknown (to be checked)
  • p6: unknown (to be checked)
  • p7: unknown (to be checked)
  • background: Boolean

Return value

  • Undefined

Example

// todo

See also