TGame.TickCount
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. |