Howto:Extend Nasal: Difference between revisions

Jump to navigation Jump to search
m
Line 6: Line 6:
The simplest way to do this is to look at the existing functions in [http://cvs.flightgear.org/viewvc/source/src/Scripting/ $FG_SRC/Scripting]/NasalSys.cxx (src/Scripting/NasalSys.cxx).
The simplest way to do this is to look at the existing functions in [http://cvs.flightgear.org/viewvc/source/src/Scripting/ $FG_SRC/Scripting]/NasalSys.cxx (src/Scripting/NasalSys.cxx).


There is a static table of function pointers referencing extension functions, along with their corresponding names in Nasal:
There is a static table of function pointers referencing extension functions, along with their corresponding names in Nasal.
The following is a copy of the extension function list, taken in 05/2009:


   // Table of extension functions.  Terminate with zeros.
   // Table of extension functions.  Terminate with zeros.
2,561

edits

Navigation menu