App::appHasSyncedData: Difference between revisions
(yay) |
No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ClientsideCsJsFunction}} | |||
{{JSContainer| | |||
<syntaxhighlight lang="javascript">mp.game.app.appHasSyncedAppData(appName);</syntaxhighlight> | |||
{{Parameters}} | |||
* '''appName:''' {{RageType|String}} | |||
===Return value=== | |||
* {{RageType|Boolean}} | |||
{{Example}} | |||
<syntaxhighlight lang="javascript"> | |||
// todo | |||
</syntaxhighlight> | |||
}} | |||
{{CSharpContainer| | |||
<syntaxhighlight lang="csharp">RAGE.Game.App.AppHasSyncedData(appName);</syntaxhighlight> | |||
{{Parameters}} | |||
* '''appName:''' {{RageType|String}} | |||
===Return value=== | |||
* {{RageType|Boolean}} | |||
{{Example}} | |||
<syntaxhighlight lang="csharp"> | |||
// todo | |||
</syntaxhighlight> | |||
}} | |||