Ticks

From Soldat Community Wiki
Revision as of 22:41, 16 April 2018 by Nosejj (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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