vincent penne
Files | |
file | basic.lua |
basic things used into other library (evt, keyboard_emu, gui) | |
file | init.lua |
Fundamental lua stuff. | |
Modules | |
group | Doubly Linked List |
doubly linked list support | |
group | Table Operators |
table operators | |
group | Color operations |
color operations | |
group | LUA libraries |
LUA libraries. | |
group | Help system |
Dynamic help for shell commands. | |
group | Driver Support |
driver support | |
group | Playlist |
loading and saving playlist file. | |
group | Zed, The Ziggy's Editor |
zed, the ziggy's editor | |
Functions | |
dup (var v) | |
Duplicate any type. | |
type_dump (var v, var name, var indent) | |
Get a lua compatible string describing this object. | |
dump (var v, var name, var indent) | |
Print a lua compatible string describing this object. | |
clip_value (var v, var min, var max) | |
Clip a value. | |
set_vertex (var vect, var from) | |
Set a vextex. | |
printf (...) | |
printf like function. | |
clearconsole () | |
Console clear. | |
doshellcommand (string) | |
Simple doshellcommand (reimplemented in shell.lua). |
|
Duplicate any type.
|
|
Get a lua compatible string describing this object.
|
|
Print a lua compatible string describing this object.
|
|
Clip a value.
|
|
Set a vextex.
|
|
printf like function.
|
|
Console clear. The clearconsole() function send a "\027E" string to the console with the rawprint() function. That will clear the console.
|
|
Simple doshellcommand (reimplemented in shell.lua).
|
dcplaya documentation version 2.0 | Generated on November 2004 by doxygen 1.3.6 |