endLoadingScreen – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(moved suspect example to talk)
(No difference)

Revision as of 13:58, 15 May 2015

|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