Ui::displayHelpTextThisFrame: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
No edit summary
 
Line 14: Line 14:
{{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:56, 20 May 2017

The messages are localized strings.
Examples:
'No_bus_money'
'Enter_bus'
'Tour_help'
'LETTERS_HELP2'
'Dummy'

**The bool appears to always be false (if it even is a bool, as it's represented by a zero)**
--------
p1 doesn't seem to make a difference, regardless of the state it's in.

Syntax

mp.game.ui.displayHelpTextThisFrame(message, p1);

Required Arguments

  • message: String
  • p1: Boolean

Return value

  • Undefined

Example

// todo

See also