Difference between revisions of "DCS singleton timer"

From DCS World Wiki - Hoggitworld.com
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
  
 
|desc= The timer singleton has two important uses.  
 
|desc= The timer singleton has two important uses.  
1. Return the mission time
+
1. Return the mission time.
  
 
2. To schedule functions.
 
2. To schedule functions.
Line 26: Line 26:
  
 
}}
 
}}
 +
[[Category:Game Patch 1.2.0]]

Latest revision as of 06:43, 17 March 2022


Singleton: timer Added with: 1.2.0
Description: The timer singleton has two important uses.

1. Return the mission time.

2. To schedule functions.

Functions: getTime, getAbsTime,getTime0, scheduleFunction, removeFunction, setFunctionTime
Enumerators and Other Data: none
Notes: