Difference between revisions of "TGame.TickThreshold"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''property TickThreshold''''' Access mode: RW ==Description== Number of Ticks (1 second = 60 Ticks) between AppOnIdle calls.<br> Default value: 60 <br> ==WARNING=...")
 
(Description)
Line 3: Line 3:
  
 
==Description==
 
==Description==
Number of Ticks (1 second = 60 Ticks) between [[AppOnIdle]] calls.<br>
+
Number of Ticks (1 second = 60 Ticks) between [[TGame.OnClockTick]] calls.<br>
 
Default value: 60
 
Default value: 60
<br>  
+
<br>
  
 
==WARNING==
 
==WARNING==

Revision as of 10:09, 30 March 2016

property TickThreshold
 Access mode: RW

Description

Number of Ticks (1 second = 60 Ticks) between TGame.OnClockTick calls.
Default value: 60

WARNING

Lowering this value might increase CPU usage of Soldat Server significantly!