summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-10 23:56:06 +0200
committerwm4 <wm4@nowhere>2014-04-10 23:56:06 +0200
commitfb06e30b7b10a91933e3852d631de916ffbdb700 (patch)
tree7da355ca7303c02eed8cff194b6b4f6ce8c579a9 /DOCS
parentf0c8c26e2954165c474919985c198e2469351381 (diff)
downloadmpv-fb06e30b7b10a91933e3852d631de916ffbdb700.tar.bz2
mpv-fb06e30b7b10a91933e3852d631de916ffbdb700.tar.xz
lua: add a minor helper function
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/lua.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst
index e88f4a9c2c..45d8bb983b 100644
--- a/DOCS/man/en/lua.rst
+++ b/DOCS/man/en/lua.rst
@@ -354,6 +354,10 @@ The ``mp`` module is preloaded, although it can be loaded manually with
Undo a previous registration with ``mp.register_script_message``. Does
nothing if the ``name`` wasn't registered.
+``mp.osd_message(text [,duration])``
+ Show an OSD message on the screen. ``duration`` is in seconds, and is
+ optional (uses ``--osd-duration`` by default).
+
mp.msg functions
----------------