Epoch/Sources/epoch_code/compile/EPOCH_updateLoadingScreen.sqf

6 lines
173 B
Plaintext
Raw Normal View History

2015-09-14 20:55:36 +00:00
disableSerialization;
_display = uiNameSpace getVariable ["EPOCH_loadingScreen",displayNull];
if (!isNull _display) then {
(_display displayCtrl 50) ctrlSetText _this;
};