We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309271b commit 70fa5ceCopy full SHA for 70fa5ce
source/dialog/supports_init.hpp
@@ -16,4 +16,19 @@ if (isNil "support_specialized_training_available") then {
16
17
if (isNil "support_armory_available") then {
18
support_armory_available = false;
19
-};
+};
20
+
21
+/*
22
+ Support Timeout variables
23
+ Variables that hold the next VALID time to use that supports (in seconds)
24
+ Supports should set the next valid time as:
25
+ support_exampleSupport_timeout = *now* + xyz seconds;
26
+*/
27
28
+support_mortar_timeout = 0;
29
+support_jdam_timeout = 0;
30
+support_arty_timeout = 0;
31
+support_cluster_timeout = 0;
32
+support_uav_recon_timeout = 0;
33
+//support_helotaxi_timeout = 0; format may not be suitable
34
+//support_boattaxi_timeout = 0;
0 commit comments