1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00

lua: update the documentation.

This commit is contained in:
Rémi Duraffort 2010-11-02 17:44:41 +01:00
parent 89e6bf1e9e
commit ec1c77f9d4

View File

@ -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] ):