CfgBreathing – Arma 3
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " (={2,})([^ = ])(={2,}) * " to " $1 $2 $3 ") |
Lou Montana (talk | contribs) m (Text replacement - "syntaxhighlight lang="c"" to "syntaxhighlight lang="cpp"") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{ConfigPage|start}} | ||
== Introduction == | == Introduction == | ||
See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]] | See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]] | ||
== Alphabetical Order == | == Alphabetical Order == | ||
{{ | {{ConfigPage|abc}} | ||
=== C === | === C === | ||
==== coefSpeed ==== | ==== coefSpeed ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="cpp"> | ||
coefSpeed = 10; | coefSpeed = 10; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 15: | Line 15: | ||
==== inhaleDuration ==== | ==== inhaleDuration ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="cpp"> | ||
inhaleDuration = 1.5; | inhaleDuration = 1.5; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 22: | Line 22: | ||
==== maxHoldTime ==== | ==== maxHoldTime ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="cpp"> | ||
maxHoldTime = 8; | maxHoldTime = 8; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 29: | Line 29: | ||
==== outOfBreathCoef ==== | ==== outOfBreathCoef ==== | ||
[[TokenNameValueTypes#Floats|Float]] | [[TokenNameValueTypes#Floats|Float]] | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="cpp"> | ||
outOfBreathCoef = 5; | outOfBreathCoef = 5; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{ | {{ConfigPage|end}} | ||
{{GameCategory|arma3| Reference Lists}} | {{GameCategory|arma3|Reference Lists}} |