App::appSetApp

From RAGE Multiplayer Wiki
Revision as of 19:46, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Called in the gamescripts like:
APP::APP_SET_APP('car');
APP::APP_SET_APP('dog');==Syntax==

app.appSetApp(appName);

=== Required Arguments ===*appName: String===Return value===*Undefined==Example==

todo

==See also==Template:App function c