CfgBreathing – Arma 3
Jump to navigation
Jump to search
m (category) |
Lou Montana (talk | contribs) m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ") |
||
Line 1: | Line 1: | ||
{{Cfg ref|start}} | {{Cfg ref|start}} | ||
==Introduction== | == Introduction == | ||
See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]] | See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]] | ||
==Alphabetical Order== | == Alphabetical Order == | ||
{{Cfg ref|abc}} | {{Cfg ref|abc}} | ||
===C=== | ===C=== | ||
====coefSpeed==== | ==== coefSpeed ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang="c"> | <syntaxhighlight lang="c"> | ||
Line 13: | Line 13: | ||
===I=== | ===I=== | ||
====inhaleDuration==== | ==== inhaleDuration ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang="c"> | <syntaxhighlight lang="c"> | ||
Line 20: | Line 20: | ||
===M=== | ===M=== | ||
====maxHoldTime==== | ==== maxHoldTime ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang="c"> | <syntaxhighlight lang="c"> | ||
Line 27: | Line 27: | ||
===O=== | ===O=== | ||
====outOfBreathCoef==== | ==== outOfBreathCoef ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang="c"> | <syntaxhighlight lang="c"> |
Revision as of 18:30, 31 January 2021
Introduction
See CfgVehicles Config Reference Introduction
Alphabetical Order
C
coefSpeed
coefSpeed = 10;
I
inhaleDuration
inhaleDuration = 1.5;
M
maxHoldTime
maxHoldTime = 8;
O
outOfBreathCoef
outOfBreathCoef = 5;