LuaAPI.wiki
changeset 89 caf6544f767a
parent 87 315a93b441d4
child 90 a96c29444a05
equal deleted inserted replaced
88:460d92a9be10 89:caf6544f767a
   425 === <tt>!GetDataPath()</tt> (dev) ===
   425 === <tt>!GetDataPath()</tt> (dev) ===
   426 
   426 
   427 <blockquote>Returns the path to the data directory, used when adding libraries.
   427 <blockquote>Returns the path to the data directory, used when adding libraries.
   428 </blockquote>
   428 </blockquote>
   429 
   429 
   430 === <tt>!GetClanColor(clan)<tt> (0.9.15) ===
   430 === <tt>!GetClanColor(clan)</tt> (0.9.15) ===
   431 
   431 
   432 <blockquote>Returns the colour of the chosen clan by its number.
   432 <blockquote>Returns the colour of the chosen clan by its number.
   433 </blockquote>
   433 </blockquote>
   434 
   434 
       
   435 === <tt>!PlaceGirder(x, y, state)</tt> (dev) ===
       
   436 
       
   437 <blockquote>Places a girder with centre points x, y and the chosen state.
       
   438 These are the accepted states:
       
   439   * 0: Short, vertical
       
   440   * 1: Short, decreasing
       
   441   * 2: Short, horizontal
       
   442   * 3: Short, increasing
       
   443   * 4: Long, vertical
       
   444   * 5: Long, decreasing
       
   445   * 6: Long, horizontal
       
   446   * 7: Long, increasing
       
   447 </blockquote>
       
   448 
   435 == Debugging Functions ==
   449 == Debugging Functions ==
   436 
   450 
   437 === <tt>!WriteLnToConsole(string)</tt> (0.9.14) ===
   451 === <tt>!WriteLnToConsole(string)</tt> (0.9.14) ===
   438 
   452 
   439 <blockquote>Writes a line or lines to the chat area.
   453 <blockquote>Writes a line or lines to the chat area.