Commit ec1c77f9 authored by Rémi Duraffort's avatar Rémi Duraffort

lua: update the documentation.

parent 89e6bf1e
......@@ -404,6 +404,11 @@ var.command( object name, name, argument ): Issue "object name"'s "name"
var.libvlc_command( name, argument ): Issue libvlc's "name" command with
argument "argument".
var.inc_integer( name ): Increment the given integer.
var.dec_integer( name ): Decrement the given integer.
var.count_choices( name ): Return the number of choices.
var.toggle_bool( name ): Toggle the given boolean.
Video
-----
video.fullscreen( [status] ):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment