Howto:Extend Nasal: Difference between revisions

Jump to navigation Jump to search
m
Line 116: Line 116:
       return retval;
       return retval;
   }
   }
<syntaxhighlight>
</syntaxhighlight>


So, after rebuilding the FlightGear binary, whenever you call the new "cool" API function, it will always return a "cool" string, which you could for example print out using a script like the following:
So, after rebuilding the FlightGear binary, whenever you call the new "cool" API function, it will always return a "cool" string, which you could for example print out using a script like the following:

Navigation menu