goo.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <head>
  5. <title>Reference</title>
  6. <link rel="stylesheet" href="../../luadoc.css" type="text/css" />
  7. <!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/-->
  8. </head>
  9. <body>
  10. <div id="container">
  11. <div id="product">
  12. <div id="product_logo"></div>
  13. <div id="product_name"><big><b></b></big></div>
  14. <div id="product_description"></div>
  15. </div> <!-- id="product" -->
  16. <div id="main">
  17. <div id="navigation">
  18. <h1>LuaDoc</h1>
  19. <ul>
  20. <li><a href="../../index.html">Index</a></li>
  21. </ul>
  22. <!-- Module list -->
  23. <!-- File list -->
  24. <h1>Files</h1>
  25. <ul>
  26. <li>
  27. <a href="../../files/anim/anim.html">anim/anim.lua</a>
  28. </li>
  29. <li>
  30. <a href="../../files/anim/style.html">anim/style.lua</a>
  31. </li>
  32. <li><strong>goo/goo.lua</strong></li>
  33. </ul>
  34. </div> <!-- id="navigation" -->
  35. <div id="content">
  36. <h1>File <code>goo/goo.lua</code></h1>
  37. <h2>Functions</h2>
  38. <table class="function_list">
  39. <tr>
  40. <td class="name" nowrap><a href="#goo:load">goo:load</a>&nbsp;()</td>
  41. <td class="summary">Load </td>
  42. </tr>
  43. </table>
  44. <h2>Tables</h2>
  45. <table class="table_list">
  46. <tr>
  47. <td class="name" nowrap><a href="#goo.object:destroy">goo.object:destroy</a></td>
  48. <td class="summary">Destroys the object.</td>
  49. </tr>
  50. </table>
  51. <br/>
  52. <br/>
  53. <h2><a name="functions"></a>Functions</h2>
  54. <dl class="function">
  55. <dt><a name="goo:load"></a><strong>goo:load</strong>&nbsp;()</dt>
  56. <dd>
  57. Load
  58. </dd>
  59. </dl>
  60. <h2><a name="tables"></a>Tables</h2>
  61. <dl class="table">
  62. <dt><a name="goo.object:destroy"></a><strong>goo.object:destroy</strong></dt>
  63. <dd>Destroys the object.
  64. </dd>
  65. </dl>
  66. </div> <!-- id="content" -->
  67. </div> <!-- id="main" -->
  68. <div id="about">
  69. <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
  70. </div> <!-- id="about" -->
  71. </div> <!-- id="container" -->
  72. </body>
  73. </html>