TGame.TickCount
Revision as of 10: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, ...")
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. |