App::appSetApp
Jump to navigation
Jump to search
Called in the gamescripts like:
APP::APP_SET_APP('car');
APP::APP_SET_APP('dog');
Syntax
mp.game.app.appSetApp(appName);Required Arguments
- appName: String
Return value
- Undefined
Example
// todo