endLoadingScreen – Talk

From Bohemia Interactive Community
Revision as of 13:58, 15 May 2015 by Killzone Kid (talk | contribs) (moved suspect example to talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

|x2= // 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"; |= EXAMPLE2