The "InitApplicationOnPC" event is executed as soon as the PC is open or the game need the list of the application on PC;
And here is the information that is returned to modify the game's logic:
Output:
- ListOfApplication - Array of structure - Here is the list of applications with the following parameters:
- Class: Here you specify the class of your widget (menu) which will open after the application is opened.
- Name: Enter the name of the application that will be displayed in the PC's application list.
- Icon: Enter the picture of the application that will be displayed in the PC's application list.