mirror of
https://github.com/Teh-Dango/Sarge-AI.git
synced 2024-08-30 16:32:11 +00:00
3ac749d64b
This is the latest stable version of Sarge AI for Arma 3: Exile.
21 lines
468 B
Plaintext
21 lines
468 B
Plaintext
/****************************************************************
|
|
File: UPSMON_GetRespawndelay.sqf
|
|
Author: Azroul13
|
|
|
|
Description:
|
|
|
|
Parameter(s):
|
|
<--- UPSMON parameters
|
|
Returns:
|
|
Number
|
|
****************************************************************/
|
|
private["_Ucthis","_respawndelay"];
|
|
|
|
_Ucthis = _this select 0;
|
|
|
|
_respawndelay = 0;
|
|
If ("RESPAWNDELAY:" in _Ucthis) then {_respawndelay = ["RESPAWNDELAY:",_respawndelay,_UCthis] call UPSMON_getArg};
|
|
|
|
|
|
_respawndelay
|