Difference between revisions of "DCS singleton timer"

From DCS World Wiki - Hoggitworld.com
m
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.

Revision as of 18:23, 5 February 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: