CfgBreathing – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Replaced category with the common one for configs)
m (Text replacement - "syntaxhighlight lang="c"" to "syntaxhighlight lang="cpp"")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Cfg ref|start}}
{{ConfigPage|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}}
{{ConfigPage|abc}}
===C===
=== C ===
====coefSpeed====
==== coefSpeed ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="cpp">
coefSpeed = 10;
coefSpeed = 10;
</syntaxhighlight>
</syntaxhighlight>


===I===
=== I ===
====inhaleDuration====
==== inhaleDuration ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="cpp">
inhaleDuration = 1.5;
inhaleDuration = 1.5;
</syntaxhighlight>
</syntaxhighlight>


===M===
=== M ===
====maxHoldTime====
==== maxHoldTime ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="cpp">
maxHoldTime = 8;
maxHoldTime = 8;
</syntaxhighlight>
</syntaxhighlight>


===O===
=== O ===
====outOfBreathCoef====
==== outOfBreathCoef ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="cpp">
outOfBreathCoef = 5;
outOfBreathCoef = 5;
</syntaxhighlight>
</syntaxhighlight>




{{Cfg ref|end}}
{{ConfigPage|end}}


[[Category:Stubs]]
{{GameCategory|arma3|Reference Lists}}
[[Category:Reference Lists]]
[[Category:ArmA: Addon Configuration]]

Latest revision as of 16:31, 11 February 2024

Introduction

See CfgVehicles Config Reference Introduction

Alphabetical Order

C

coefSpeed

Float

coefSpeed = 10;

I

inhaleDuration

Float

inhaleDuration = 1.5;

M

maxHoldTime

Float

maxHoldTime = 8;

O

outOfBreathCoef

Float

outOfBreathCoef = 5;