CfgBreathing – Arma 3
Category: Arma 3: Reference Lists
Lou Montana (talk | contribs) m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{ *ConfigPage *\| *[a-zA-Z]+ *\}\}↵" to "") |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]] | See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]] | ||
== Alphabetical Order == | == Alphabetical Order == | ||
=== C === | |||
===C=== | |||
==== coefSpeed ==== | ==== coefSpeed ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="cpp"> | ||
coefSpeed = 10; | coefSpeed = 10; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===I=== | === I === | ||
==== inhaleDuration ==== | ==== inhaleDuration ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="cpp"> | ||
inhaleDuration = 1.5; | inhaleDuration = 1.5; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===M=== | === M === | ||
==== maxHoldTime ==== | ==== maxHoldTime ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="cpp"> | ||
maxHoldTime = 8; | maxHoldTime = 8; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===O=== | === O === | ||
==== outOfBreathCoef ==== | ==== outOfBreathCoef ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="cpp"> | ||
outOfBreathCoef = 5; | outOfBreathCoef = 5; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{GameCategory|arma3| Reference Lists}} | {{GameCategory|arma3|Reference Lists}} |
Latest revision as of 00:28, 13 April 2025
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;