dfhack/plugins/Dfusion
Petr Mrázek 8f1a2ebf7f Added missing keybinding mention to 'ls', DFusion hotfix. 2012-02-06 04:47:13 +01:00
..
include Fix MSVC builds, break buildings :D 2012-01-05 23:39:14 +01:00
luafiles Fixed crash with dfusion migrants plugin. 2012-01-06 10:25:58 +02:00
src Added missing keybinding mention to 'ls', DFusion hotfix. 2012-02-06 04:47:13 +01:00
CMakeLists.txt Added header files to dfusion's project 2011-12-24 15:59:53 +02:00
dfusion.cpp Header changes/cleanup. 2011-12-31 12:48:42 +01:00
readme.txt Ported items plugin with more stuff 2011-08-03 17:59:06 +03:00

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
	* Process.
		readDWord
		writeDWord
		readFloat
		readWord
		writeWord
		readByte
		writeByte
		read
		write
		read/writeSTLString
		copySTLString
		doReadClassName
		readClassName
		readCString
		isSuspended
		isIdentified
		getThreadIDs
		getMemRanges
		getBase
		getPath
		setPermisions
Functions searched:
	OnTick()
		If defined is called each DFHack tick.