You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lua_api.html
+26-8
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@
4
4
---
5
5
<divclass='notice'>
6
6
<h2>This is lua_api.txt nicely formated: I did not write this</h2>
7
-
This page was last updated 09/April/2016.<br/>See <ahref="https://github.com/minetest/minetest/blob/master/doc/lua_api.txt">doc/lua_api.txt</a> for the latest version (in plaintext).<br/>Generated using <ahref="https://github.com/rubenwardy/minetest_modding_book/blob/gh-pages/update_lua_api.py">a Python script</a>.</div>
7
+
This page was last updated 26/May/2016.<br/>See <ahref="https://github.com/minetest/minetest/blob/master/doc/lua_api.txt">doc/lua_api.txt</a> for the latest version (in plaintext).<br/>Generated using <ahref="https://github.com/rubenwardy/minetest_modding_book/blob/gh-pages/update_lua_api.py">a Python script</a>.</div>
8
8
<h2id="table-of-contents">Table of Contents</h2>
9
9
<divclass="toc">
10
10
<ul>
11
+
<li><ahref="#minetest-lua-modding-api-reference-0414">Minetest Lua Modding API Reference 0.4.14</a><ul>
11
12
<li><ahref="#introduction">Introduction</a></li>
12
13
<li><ahref="#programming-in-lua">Programming in Lua</a></li>
13
14
<li><ahref="#startup">Startup</a></li>
@@ -42,6 +43,7 @@ <h2 id="table-of-contents">Table of Contents</h2>
</ul>This page was last updated 09/April/2016.<br/>See <ahref="https://github.com/minetest/minetest/blob/master/doc/lua_api.txt">doc/lua_api.txt</a> for the latest version (in plaintext).<br/>Generated using <ahref="https://github.com/rubenwardy/minetest_modding_book/blob/gh-pages/update_lua_api.py">a Python script</a>.<h2id="programming-in-lua">Programming in Lua</h2>
368
+
</ul>This page was last updated 26/May/2016.<br/>See <ahref="https://github.com/minetest/minetest/blob/master/doc/lua_api.txt">doc/lua_api.txt</a> for the latest version (in plaintext).<br/>Generated using <ahref="https://github.com/rubenwardy/minetest_modding_book/blob/gh-pages/update_lua_api.py">a Python script</a>.<h2id="programming-in-lua">Programming in Lua</h2>
365
369
<p>If you have any difficulty in understanding this, please read
366
370
<ahref="http://www.lua.org/pil/">Programming in Lua</a>.</p>
0 commit comments