endLoadingScreen – Talk
From Bohemia Interactive Community
|x2= <sqf> // Provide a screen is loading disableSerialization; endLoadingScreen; // to avoid freezing the game, end loading screen in advance if a display was created who need user input at the next frame. findDisplay 49 createDisplay "RscDisplayCommonMessagePause"; </sqf>