Edited wiki page LuaAPI through web user interface.
--- 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 @@
<blockquote>Returns the path to the data directory, used when adding libraries.
</blockquote>
-=== <tt>!GetClanColor(clan)<tt> (0.9.15) ===
+=== <tt>!GetClanColor(clan)</tt> (0.9.15) ===
<blockquote>Returns the colour of the chosen clan by its number.
</blockquote>
+=== <tt>!PlaceGirder(x, y, state)</tt> (dev) ===
+
+<blockquote>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
+</blockquote>
+
== Debugging Functions ==
=== <tt>!WriteLnToConsole(string)</tt> (0.9.14) ===