Native referenceFiveM

APP_SET_APP

0xCFD0406ADAF90D2B APP
FUNCTION SIGNATURE
void APP_SET_APP(char* appName);
Property Value
Native Name APP_SET_APP
Hash 0xCFD0406ADAF90D2B
Return Type void
Parameters appName (char*)

Description: ``` Called in the gamescripts like:
APP::APP_SET_APP("car");
APP::APP_SET_APP("dog");

Back to APP