benjamin gerard
Functions | |
doshellcommand (string) | |
Simple doshellcommand (reimplemented in shell.lua). | |
addhelp (var name, var short_name, var topic, var help) | |
Add help about a shell command. | |
remove_help (var name, var short_name, var topic) | |
Remove help. | |
help_list (var tbl, var max_width, var wait_key) | |
Display a list formatted list of commands. | |
help_sort_key (var tbl) | |
Build a sorted table of name (shortname) entry. | |
help_list_key_table (var tbl, var label, var wait_key) | |
Process listing of a table. | |
help_on_topics (var wait_key) | |
Display a list of all topics. | |
help_on_drivers (var wait_key) | |
Display a list of all drivers. | |
help_on_topic (var topic, var wait_key, var no_topics) | |
Display a list of all commands in given topics or the list of drivers. | |
help_on_driver (var driver_name, var wait_key, var no_drivers) | |
Display help a given driver. | |
help_command_usage (var command, var topic, var only_one) | |
Display usage for a command in a given topic. | |
help_on_command (var command_name) | |
Display help on a command. | |
help (var name, var wait_key) | |
Help about a shell command. | |
help_init (var force) | |
Initialize the help system. | |
usage (what, wait_key) | |
Alias for help(). | |
register_commands (var driver, var force) | |
Register driver commands. | |
unregister_commands (var driver, var force) | |
update_driver_list (var list, var force) | |
Update the driver list. | |
update_all_driver_lists (var force) | |
Update all driver lists. | |
dynshell_shutdown () | |
this function is called when the shell is shutting down. | |
driver_load (...) | |
Reimplement driver_load() so that it calls update_all_driver_lists() automatically after. | |
loadlib (var name, var libpath) | |
Load a lua library. | |
dolib (var name, var force, var libpath) | |
Load a lua library. | |
Variables | |
string | LIBRARY_PATH [] |
Default lua library pathes. | |
string | loaded_libraries [] |
Global loaded library table. |
dcplaya documentation version 2.0 | Generated on November 2004 by doxygen 1.3.6 |