Preload Manager – Arma 2
Jump to navigation
Jump to search
m (removed stub) |
Lou Montana (talk | contribs) m (Text replacement - "Category:Arma 2:_Editor_Modules" to "{{GameCategory|arma2|Editor Modules}}") |
||
Line 1: | Line 1: | ||
{{GameCategory|arma2|Editor Modules}} | |||
'''Preload Manager''' module defines ''surely something''. But this is placeholder. | '''Preload Manager''' module defines ''surely something''. But this is placeholder. |
Revision as of 09:39, 31 December 2020
Preload Manager module defines surely something. But this is placeholder.
Initialization
Paths
Editor:
Modules (F7) > Preload Manager
Data:
ca\modules\Functions
(only in the config.bin)
Editor setup
What it is doing
the logic init code :
onPreloadStarted {
BIS_PRELOAD_ARRAY=[]; textLogFormat['PRELOAD_ Preload Manager - onPreloadStarted, _maxTime %1 timenow %2', _maxTime, time];
startLoadingScreen[localize 'str_load_game', 'RscDisplayLoadMission'];
};
onPreloadFinished {
textLogFormat['PRELOAD_ Preload Manager - onPreloadFinished T %1', time];
startLoadingScreen['', 'RscDisplayLoadMission'];
endLoadingScreen;
};