Difference between revisions of "Ticks"
(Created page with "Ticks are the unit used by Soldat in some cases, such as the weapons.ini and soldat.ini settings. It is a time unit and it's equivalent to 1/60 of a second. To conver...") |
|||
Line 1: | Line 1: | ||
− | Ticks are the unit used by Soldat in some cases, such as the [[weapons.ini]] and [[soldat.ini]] settings. It is a time unit and it's equivalent to 1/60 of a second. | + | Ticks are the unit used by Soldat in some cases, such as the ''[[weapons.ini]]'' and ''[[soldat.ini]]'' settings. It is a time unit and it's equivalent to 1/60 of a second. |
To convert from ticks to seconds and back use the following formula: | To convert from ticks to seconds and back use the following formula: |
Latest revision as of 21:41, 16 April 2018
Ticks are the unit used by Soldat in some cases, such as the weapons.ini and soldat.ini settings. It is a time unit and it's equivalent to 1/60 of a second.
To convert from ticks to seconds and back use the following formula:
ticks * 60 = seconds seconds / 60 = ticks