You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/compat_gm/compat_gm_csw/CfgVehicles.hpp
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ class CfgVehicles {
42
42
};
43
43
classace_csw {
44
44
enabled = 1; // Enables ACE CSW for this weaponmmo handling interaction point location (custom pos)
45
-
ammoLoadTime = 4; // How long it takes to load rounds
45
+
ammoLoadTime = 4; // How long it takes to load rounds
46
46
proxyWeapon = ""; // The proxy weapon created above. This can also be a function name that returns a proxy weapon - passed [_vehicle, _turret, _currentWeapon, _needed, _emptyWeapon]
47
47
disassembleWeapon = ""; // Carryable weapon created above
48
48
disassembleTurret = ""; // Which static tripod will appear when weapon is disassembled
@@ -116,7 +116,7 @@ class CfgVehicles {
116
116
};
117
117
classACE_CSW {
118
118
enabled = 1; // Enables ACE CSW for this weaponmmo handling interaction point location (custom pos)
119
-
ammoLoadTime = 10; // How long it takes in
119
+
ammoLoadTime = 10; // How long it takes in seconds
120
120
proxyWeapon = ""; // The proxy weapon created above. This can also be a function name that returns a proxy weapon - passed [_vehicle, _turret, _currentWeapon, _needed, _emptyWeapon]
121
121
disassembleWeapon = ""; // Carryable weapon created above
122
122
disassembleTurret = ""; // Which static tripod will appear when weapon is disassembled
@@ -175,7 +175,7 @@ class CfgVehicles {
175
175
classACE_Actions: ACE_Actions {};
176
176
classACE_CSW {
177
177
enabled = 1; // Enables ACE CSW for this weaponmmo handling interaction point location (custom pos)
178
-
ammoLoadTime = 0.1; // How long it takes in
178
+
ammoLoadTime = 0.1; // How long it takes in seconds
179
179
proxyWeapon = ""; // The proxy weapon created above. This can also be a function name that returns a proxy weapon - passed [_vehicle, _turret, _currentWeapon, _needed, _emptyWeapon]
180
180
disassembleWeapon = "gm_mg3_blk"; // Carryable weapon created above
181
181
disassembleTurret = QGVAR(MG3Tripod); // Which static tripod will appear when weapon is disassembled
0 commit comments