Callbacks: Difference between revisions

Jump to navigation Jump to search
19 bytes removed ,  20 February 2016
Line 32: Line 32:


== Timers ==
== Timers ==
{{Merge|Listeners}}
 
'''Timers''' are a way to register recurring tasks to be executed repeatedly. This is accomplished using the FlightGear event manager. Timers are the most common method for running Nasal callbacks (functions), the other being [[Listeners]].
'''Timers''' are a way to register recurring tasks to be executed repeatedly. This is accomplished using the FlightGear event manager. Timers are the most common method for running Nasal callbacks (functions), the other being [[Listeners]].
Please noote that that settimer() should be considered deprecated, and maketimer() should be favored instead.  
Please noote that that settimer() should be considered deprecated, and maketimer() should be favored instead.  

Navigation menu