mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Attach - Improve IR Strobe blinking pattern and increase lifetime (#8283)
* Improve IR Strobe blinking pattern and increase lifetime * Improve readability of maxLifetime entry Co-authored-by: commy2 <commy-2@gmx.de> * Apply suggestions from code review Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com> Co-authored-by: commy2 <commy-2@gmx.de> Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
This commit is contained in:
parent
c8812e093a
commit
cc0d2424d4
@ -86,6 +86,10 @@ class CfgVehicles {
|
||||
dayLight = 0;
|
||||
onlyInNvg = 1;
|
||||
useFlare = 0;
|
||||
maxLifetime = "8 * 60 * 60";
|
||||
blinkingPattern[] = {0.1, 1.1}; // 0.1 s on, 1.1 s off
|
||||
blinkingStartsOn = 1;
|
||||
blinkingPatternGuarantee = 1;
|
||||
};
|
||||
|
||||
side = 7;//-1=NO_SIDE yellow box,3=CIV grey box,4=NEUTRAL yellow box,6=FRIENDLY green box,7=LOGIC no radar signature
|
||||
|
Loading…
Reference in New Issue
Block a user