20,741
edits
m (→Background) |
|||
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 = |