# HG changeset patch # User henrik.rostedt@gmail.com # Date 1299326678 0 # Node ID caf6544f767a46a217e42fbe2d206bedd99c204f # Parent 460d92a9be101aadaeb61a5cf63bdf6ea08eebfa Edited wiki page LuaAPI through web user interface. diff -r 460d92a9be10 -r caf6544f767a LuaAPI.wiki --- a/LuaAPI.wiki Wed Feb 02 08:13:23 2011 +0000 +++ b/LuaAPI.wiki Sat Mar 05 12:04:38 2011 +0000 @@ -427,11 +427,25 @@
Returns the path to the data directory, used when adding libraries.
-=== !GetClanColor(clan) (0.9.15) === +=== !GetClanColor(clan) (0.9.15) ===
Returns the colour of the chosen clan by its number.
+=== !PlaceGirder(x, y, state) (dev) === + +
Places a girder with centre points x, y and the chosen state. +These are the accepted states: + * 0: Short, vertical + * 1: Short, decreasing + * 2: Short, horizontal + * 3: Short, increasing + * 4: Long, vertical + * 5: Long, decreasing + * 6: Long, horizontal + * 7: Long, increasing +
+ == Debugging Functions == === !WriteLnToConsole(string) (0.9.14) ===