endLoadingScreen – Talk

From Bohemia Interactive Community
Revision as of 18:38, 15 August 2022 by Lou Montana (talk | contribs) (Some wiki formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
|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>