From c5c21abf78811d1458dc4ade95e5f04cb4b14733 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 11 Oct 2014 00:25:07 +0200 Subject: lua: add command_native() function This is the Lua equivalent of mpv_command_node(). --- DOCS/man/lua.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst index 1c4605eacd..a01e429034 100644 --- a/DOCS/man/lua.rst +++ b/DOCS/man/lua.rst @@ -94,6 +94,15 @@ The ``mp`` module is preloaded, although it can be loaded manually with the ``expand-properties`` prefix, or the ``mp.get_property`` family of functions. +``mp.command_native(table [,def])`` + Similar to ``mp.commandv``, but pass the argument list as table. This has + the advantage that in at least some cases, arguments can be passed as + native types. + + Returns a result table on success (usually empty), or ``def, error`` on + error. ``def`` is the second parameter provided to the function, and is + nil if it's missing. + ``mp.get_property(name [,def])`` Return the value of the given property as string. These are the same properties as used in input.conf. See `Properties`_ for a list of -- cgit v1.2.3