fix girder orientations
authorkyberneticist@gmail.com
Sun, 29 Dec 2013 03:11:39 +0000
changeset 369 cbde2d9686a5
parent 368 2982cf17f347
child 370 1f534f49715a
fix girder orientations
LuaAPI.wiki
--- a/LuaAPI.wiki	Thu Dec 26 16:05:56 2013 +0000
+++ b/LuaAPI.wiki	Sun Dec 29 03:11:39 2013 +0000
@@ -708,14 +708,14 @@
 
 <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
+  * 0: short, horizontal
+  * 1: short, decreasing right
+  * 2: short, vertical
+  * 3: short, increasing right
+  * 4: long, horizontal
+  * 5: long, decreasing right
+  * 6: long, vertical
+  * 7: long, increasing right
 </blockquote>
 
 === <tt>!GetCurAmmoType()</tt> (0.9.16) ===