App::appSetApp: Difference between revisions
(yay) |
No edit summary |
||
| Line 1: | Line 1: | ||
Called in the gamescripts like:<br>APP::APP_SET_APP('car');<br>APP::APP_SET_APP('dog'); | Called in the gamescripts like:<br>APP::APP_SET_APP('car');<br>APP::APP_SET_APP('dog'); | ||
{{ClientsideCsJsFunction}} | |||
{{JSContainer| | |||
<syntaxhighlight lang="javascript">mp.game.app.appSetApp(appName);</syntaxhighlight> | <syntaxhighlight lang="javascript">mp.game.app.appSetApp(appName);</syntaxhighlight> | ||
*'''appName:''' String | {{Parameters}} | ||
* '''appName:''' {{RageType|String}} | |||
{{Example}} | |||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
// todo | // todo | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= | }} | ||
{{ | |||
{{CSharpContainer| | |||
<syntaxhighlight lang="csharp">RAGE.Game.App.AppSetApp(appName);</syntaxhighlight> | |||
{{Parameters}} | |||
* '''appName:''' {{RageType|string}} | |||
{{Example}} | |||
<syntaxhighlight lang="csharp"> | |||
// todo | |||
</syntaxhighlight> | |||
}} | |||