123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html>
- <head>
- <title>Reference</title>
- <link rel="stylesheet" href="../../luadoc.css" type="text/css" />
- <!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/-->
- </head>
- <body>
- <div id="container">
- <div id="product">
- <div id="product_logo"></div>
- <div id="product_name"><big><b></b></big></div>
- <div id="product_description"></div>
- </div> <!-- id="product" -->
- <div id="main">
- <div id="navigation">
- <h1>LuaDoc</h1>
- <ul>
-
- <li><a href="../../index.html">Index</a></li>
-
- </ul>
- <!-- Module list -->
- <!-- File list -->
- <h1>Files</h1>
- <ul>
- <li>
- <a href="../../files/anim/anim.html">anim/anim.lua</a>
- </li>
- <li>
- <a href="../../files/anim/style.html">anim/style.lua</a>
- </li>
- <li><strong>goo/goo.lua</strong></li>
-
- </ul>
- </div> <!-- id="navigation" -->
- <div id="content">
- <h1>File <code>goo/goo.lua</code></h1>
- <h2>Functions</h2>
- <table class="function_list">
- <tr>
- <td class="name" nowrap><a href="#goo:load">goo:load</a> ()</td>
- <td class="summary">Load </td>
- </tr>
- </table>
- <h2>Tables</h2>
- <table class="table_list">
- <tr>
- <td class="name" nowrap><a href="#goo.object:destroy">goo.object:destroy</a></td>
- <td class="summary">Destroys the object.</td>
- </tr>
- </table>
- <br/>
- <br/>
- <h2><a name="functions"></a>Functions</h2>
- <dl class="function">
- <dt><a name="goo:load"></a><strong>goo:load</strong> ()</dt>
- <dd>
- Load
- </dd>
- </dl>
- <h2><a name="tables"></a>Tables</h2>
- <dl class="table">
- <dt><a name="goo.object:destroy"></a><strong>goo.object:destroy</strong></dt>
- <dd>Destroys the object.
- </dd>
- </dl>
- </div> <!-- id="content" -->
- </div> <!-- id="main" -->
- <div id="about">
- <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>
- </div> <!-- id="about" -->
- </div> <!-- id="container" -->
- </body>
- </html>
|