Howto:Extend Nasal: Difference between revisions

Jump to navigation Jump to search
m
Line 71: Line 71:
   }
   }


So, after rebuilding the FlightGear binary, whenever you call the new "cool" API function, it will always return a "cool" string.
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:
 
var result=cool();
print(result);


= Argument Processing =  
= Argument Processing =  
2,561

edits

Navigation menu