Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/record.txt
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
commit1030dc837b10a03a02a85d5504cbeec168ce49e2 (patch)
tree698eefa87ac437deaf36a4141b326f8ce7986692 /help/rest/record.txt
Import XaoS r489 (trunk after version 3.5)
Diffstat (limited to 'help/rest/record.txt')
-rw-r--r--help/rest/record.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/help/rest/record.txt b/help/rest/record.txt
new file mode 100644
index 0000000..4cdf5ab
--- /dev/null
+++ b/help/rest/record.txt
@@ -0,0 +1,20 @@
+.. _record:
+
+.. index::
+ pair: menu item; Record
+ pair: command line option; record
+ pair: command; record
+
+Record animation
+================
+
+**Syntax**:(record bool [ file ])
+
+e Toggle recording to a XaoS animation file (\*.xaf). This file is
+human-readable, and can easily be improved by hand after recording. See the
+:ref:`format description <format>` for more information.
+
+From the scripting language, (record #t) enables recording, and (record #f)
+disables it.
+
+**Available as**: menu item, command line option, command