App::appSetString: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">app.appSetString(property, value);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.app.appSetString(property, value);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''property:''' String
*'''property:''' String

Revision as of 21:03, 6 May 2017

Syntax

mp.game.app.appSetString(property, value);

Required Arguments

  • property: String
  • value: String

Return value

  • Undefined

Example

// todo

See also

Template:App s function c