CfgBreathing – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (category)
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 19:30, 31 January 2021

Template:Cfg ref

Introduction

See CfgVehicles Config Reference Introduction

Alphabetical Order

Template:Cfg ref

C

coefSpeed

Float

coefSpeed = 10;

I

inhaleDuration

Float

inhaleDuration = 1.5;

M

maxHoldTime

Float

maxHoldTime = 8;

O

outOfBreathCoef

Float

outOfBreathCoef = 5;


Template:Cfg ref