Commit 732a81ca authored by Rémi Duraffort's avatar Rémi Duraffort

lua: update documentation.

parent 3eec6e9c
......@@ -292,6 +292,8 @@ var.add_callback( object, name, function, data ): Add a callback to the
var.del_callback( object, name, function, data ): Delete a callback to
the object's "name" variable. "function" and "data" must be the same as
when add_callback() was called.
var.trigger_callback( object, name ): Trigger the callbacks associated with the
object's "name" variable.
var.command( object name, name, argument ): Issue "object name"'s "name"
command with argument "argument".
......
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