App::appGetString: Difference between revisions

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


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

Revision as of 21:03, 6 May 2017

Syntax

mp.game.app.appGetString(property);

Required Arguments

  • property: String

Return value

  • String

Example

// todo

See also

Template:App s function c