Epoch/Sources/epoch_code/compile/EPOCH_updateLoadingScreen.sqf
2015-09-14 15:55:36 -05:00

6 lines
173 B
Plaintext

disableSerialization;
_display = uiNameSpace getVariable ["EPOCH_loadingScreen",displayNull];
if (!isNull _display) then {
(_display displayCtrl 50) ctrlSetText _this;
};