App::appSetString: Difference between revisions
(yay) |
No edit summary |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{ClientsideCsJsFunction}} | |||
{{JSContainer| | |||
<syntaxhighlight lang="javascript">mp.game.app.appSetString(property, value);</syntaxhighlight> | |||
{{Parameters}} | |||
* '''property:''' {{RageType|String}} | |||
* '''value:''' {{RageType|String}} | |||
{{Example}} | |||
<syntaxhighlight lang="javascript"> | |||
// todo | |||
</syntaxhighlight> | |||
}} | |||
{{CSharpContainer| | |||
<syntaxhighlight lang="csharp">RAGE.Game.App.AppSetString(property, value);</syntaxhighlight> | |||
{{Parameters}} | |||
* '''property:''' {{RageType|string}} | |||
* '''value:''' {{RageType|string}} | |||
{{Example}} | |||
<syntaxhighlight lang="csharp"> | |||
// todo | |||
</syntaxhighlight> | |||
}} | |||