TGame.TickCount

From Soldat Community Wiki
Revision as of 11:35, 12 September 2016 by Mighty (talk | contribs) (Created page with " '''''property TickCount: Integer''''' Access mode: RW ==Description== Number representing interval between TGame.OnClockTick calls, in ticks.<br> Default value is 60, ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
property TickCount: Integer
 Access mode: RW

Description

Number representing interval between TGame.OnClockTick calls, in ticks.
Default value is 60, which translates to 1 second

Note: Be careful when setting this to very low number as heavy code in OnClockTick might cause lag.