]> git.mxchange.org Git - flightgear.git/commit
add new listener type: setlistner(<prop>, <func> [, <type=0>]);
authormfranz <mfranz>
Fri, 12 Oct 2007 17:24:43 +0000 (17:24 +0000)
committermfranz <mfranz>
Fri, 12 Oct 2007 17:24:43 +0000 (17:24 +0000)
commitc979136e5b1fd4ee5a3c7d3df23ddf902c4952a1
tree8ef0b97fb440d1944354ece91947f777931915a5
parent44b8f3704aa4127a32151037a2ce2ce9f9a6c493
add new listener type:    setlistner(<prop>, <func> [, <type=0>]);
0 -> trigger whenever property is written to (even if it's the old value; default)
1 -> like 0, but also trigger the function initially
2 -> trigger initially, but then only on changes
src/Scripting/NasalSys.cxx
src/Scripting/NasalSys.hxx