TGame.TickCount

From Soldat Community Wiki
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.