Difference between revisions of "DCS singleton timer"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
Line 1: Line 1:
 +
<center>{{#widget:AdSense
 +
|name=Hoggitwiki header
 +
|width = 728px
 +
|height = 90px
 +
}}</center>
 +
 
{{Template:DCSscriptingSingleton
 
{{Template:DCSscriptingSingleton
  

Revision as of 19:03, 29 May 2018


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: