Howto:Add new fgcommands to FlightGear: Difference between revisions

Jump to navigation Jump to search
m
Line 66: Line 66:




So, what the C++ code is doing once it is called is getting the arguments out of the property argument, see [http://gitorious.org/fg/flightgear/blobs/next/src/Main/fg_commands.cxx#line1183 line 1183):
So, what the C++ code is doing once it is called, is getting the arguments out of the property argument, see [http://gitorious.org/fg/flightgear/blobs/next/src/Main/fg_commands.cxx#line1183 line 1183]:


<syntaxhighlight lang="cpp">
<syntaxhighlight lang="cpp">
Line 112: Line 112:
   }
   }
</syntaxhighlight>
</syntaxhighlight>


= Adding new commands =
= Adding new commands =

Navigation menu