App::appSetApp
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
Called in the gamescripts like:
APP::APP_SET_APP('car');
APP::APP_SET_APP('dog');
app.appSetApp(appName);
todo