]> git.mxchange.org Git - flightgear.git/commit
add optional SGPropertyNode* argument to NasalSys::createModule. This is
authormfranz <mfranz>
Thu, 27 Apr 2006 15:56:51 +0000 (15:56 +0000)
committermfranz <mfranz>
Thu, 27 Apr 2006 15:56:51 +0000 (15:56 +0000)
commit52306b9093ee2c9d8483d02805dfa5fcf40fb526
tree43b8ccdfc61fe1ba2523ce8a7ca8f2dfca494ef1
parentb64e10fcebaedad7bf00dd4428730ff56413d15a
add optional SGPropertyNode* argument to NasalSys::createModule. This is
used in dialog.cxx to allow XML dialogs access to their own prop tree via
Nasal's cmdarg(). That way dialogs can generate dynamic content, such as
list entries.
src/GUI/dialog.cxx
src/Scripting/NasalSys.cxx
src/Scripting/NasalSys.hxx