From 7987e66409ef60e738476e2754d3bb2106ca1ce1 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 3 Sep 2015 12:37:50 +0100 Subject: [PATCH] Update lua_api.html --- lua_api.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lua_api.html b/lua_api.html index 6d385e4..c44f911 100644 --- a/lua_api.html +++ b/lua_api.html @@ -5,6 +5,7 @@ layout: default

Table of Contents

+ +
+

Minetest Lua Modding API Reference 0.4.13

Introduction

Content and functionality can be added to Minetest 0.4 by using Lua @@ -336,7 +340,7 @@ source code patches to http://www.minetest.net/

  • Developer Wiki: http://dev.minetest.net/
  • -This page was last updated 12/August/2015.
    See doc/lua_api.txt for the latest version (in plaintext).
    Generated using a Python script.

    Programming in Lua

    +This page was last updated 03/September/2015.
    See doc/lua_api.txt for the latest version (in plaintext).
    Generated using a Python script.

    Programming in Lua

    If you have any difficulty in understanding this, please read Programming in Lua.

    Startup

    @@ -3127,13 +3131,15 @@ Can be gotten via minetest.get_node_timer(pos).

  • hud_get(id): gets the HUD element definition structure of the specified ID
  • hud_set_flags(flags): sets specified HUD flags to true/false
  • hud_get_flags(): returns a table containing status of hud flags
  • hud_set_hotbar_itemcount(count): sets number of items in builtin hotbar