endLoadingScreen – Talk
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (moved suspect example to talk) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
|x2= < | <pre> | ||
|x2= <sqf> | |||
// Provide a screen is loading | // 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> | ||
</pre> |
Latest revision as of 17:38, 15 August 2022
|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>