dfhack/plugins/Dfusion
Petr Mrázek 9ecbaecc13 Merge https://github.com/warmist/dfhack
Conflicts:
	plugins/Dfusion/dfusion.cpp
2011-08-13 14:44:54 +02:00
..
include Rest of methods (editing not implemented) 2011-08-09 03:54:33 +03:00
luafiles Embark plugin to memory.xml model 2011-08-09 11:37:59 +03:00
src Merge https://github.com/warmist/dfhack 2011-08-13 14:44:54 +02:00
CMakeLists.txt Make dfusion use the static lua lib. 2011-08-08 23:30:30 +02:00
dfusion.cpp Merge https://github.com/warmist/dfhack 2011-08-13 14:44:54 +02: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.