Epoch/Sources/epoch_code/compile/EPOCH_updateLoadingScreen.sqf
2015-12-07 10:24:52 -06:00

20 lines
543 B
Plaintext

/*
Author: Niklas Wagner - EpochMod.com
Contributors:
Description:
Update loading screen message
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_code/compile/EPOCH_updateLoadingScreen.sqf
*/
disableSerialization;
_display = uiNameSpace getVariable ["EPOCH_loadingScreen",displayNull];
if (!isNull _display) then {
(_display displayCtrl 50) ctrlSetText _this;
};