Exile_64bit_Conversion/Overrides/ExileServer_util_time_addTime.sqf
Cloudhax23 2481921256 Overrides added
For compliance with the ARMA 3 license
2017-02-23 07:28:28 -06:00

16 lines
497 B
Plaintext

/**
* ExileServer_util_time_addTime
*
* Exile Mod
* www.exilemod.com
* © 2015 Exile Mod Team
*
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
*/
private["_time1","_time2"];
_time1 = _this select 0;
_time2 = _this select 1;
(call compile ("extDB3" callExtension format ["9:TIMEDIFF:MINUTES:%1:%2",_time1,_time2])) select 1