summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/scripting.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/scripting.texi b/doc/api/scripting.texi
index 299cf0f..77ef734 100644
--- a/doc/api/scripting.texi
+++ b/doc/api/scripting.texi
@@ -157,6 +157,12 @@ new actor containing the value returned from @var{proc}. The actor's
action remains unchanged.
@end deffn
+@deffn {Scheme Procedure} apply-effects @var{effects} @var{world}
+Apply each effect procedure in @var{effects} using @var{world} as an
+initial value. Each successive effect is applied with the world
+returned by the previous effect.
+@end deffn
+
@node Actions
@subsection Actions