0799cde3af
Signed-off-by: Warmist <Warmist@gmail.com> |
||
---|---|---|
.. | ||
include | ||
src | ||
CMakeLists.txt | ||
dfusion.cpp | ||
readme.txt |
readme.txt
Dfusion command runs file <df dir>\dfusion\init.lua Other than std lua commands supported: * Console. print(string) printerr(string) clear() gotoxy(x,y) color(int) //TODO add id's, use numbers upto 16 for now reset_color() cursor(true/false) msleep(int) get_columns() get_rows() lineedit(string) //text input through console history_add(string) // adds string to console history Functions searched: OnTick() If defined is called each DFHack tick.