Edited wiki page LuaAPI through web user interface.
authorhenrik.rostedt@gmail.com
Sat, 05 Mar 2011 12:04:38 +0000
changeset 89 caf6544f767a
parent 88 460d92a9be10
child 90 a96c29444a05
Edited wiki page LuaAPI through web user interface.
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 @@
 <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) ===