Bindings: Difference between revisions

200 bytes added ,  28 September 2018
m (Update {{func link}} form)
Line 32: Line 32:


To learn more about adding your own custom fgcommands to the source code, see [[Howto:Add new fgcommands to FlightGear]].
To learn more about adding your own custom fgcommands to the source code, see [[Howto:Add new fgcommands to FlightGear]].
=== replay ===
Toggles replay.
<syntaxhighlight lang="xml">
<binding>
  <command>replay</command>
</binding>
</syntaxhighlight>
<syntaxhighlight lang="nasal">
fgcommand("replay");
</syntaxhighlight>


=== dialog-close ===
=== dialog-close ===
574

edits