Callbacks: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Created page with "In FlightGear, a '''callback''' is a function that will typically be invoked by either a Timers or a property Listener")
 
No edit summary
Line 1: Line 1:
In FlightGear, a '''callback''' is a function that will typically be invoked by either a [[Timers]] or a property [[Listener]]
In FlightGear, a '''callback''' is a function that will typically be invoked by either a [[Timers]] or a property [[Listeners]]
 
 
* [[Nasal Callbacks Explained]]

Revision as of 20:04, 13 February 2016

In FlightGear, a callback is a function that will typically be invoked by either a Timers or a property Listeners