From: Perttu Ahola Date: Mon, 23 Jul 2012 05:48:55 +0000 (+0300) Subject: Update lua_api.txt a bit X-Git-Tag: 0.4.2-rc1~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F153%2Fhead;p=oweals%2Fminetest.git Update lua_api.txt a bit --- diff --git a/doc/lua_api.txt b/doc/lua_api.txt index ef7726e0f..2157ca8a8 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -254,9 +254,9 @@ Nodes are passed by value between Lua and the engine. They are represented by a table: {name="name", param1=num, param2=num} -param1 and param2 are 8 bit and 4 bit integers, respectively. The engine -uses them for certain automated functions. If you don't use these -functions, you can use them to store arbitrary values. +param1 and param2 are 8 bit integers. The engine uses them for certain +automated functions. If you don't use these functions, you can use them to +store arbitrary values. The functions of param1 and param2 are determined by certain fields in the node definition: