1
0
mirror of https://repo.or.cz/minetest_hudbars.git synced 2025-07-02 16:30:25 +02:00

Add hb.get_hudbar_identifiers()

This commit is contained in:
Wuzzy
2017-07-02 18:44:24 +02:00
parent e09eb8ab4f
commit 5e06b35e79
2 changed files with 12 additions and 1 deletions

5
API.md
View File

@ -170,7 +170,7 @@ Makes a previously hidden HUD bar visible again to a player.
## Reading HUD bar information
It is also possible to read information about an active HUD bar.
It is also possible to read information about existing HUD bars.
### `hb.get_hudbar_state(player, identifier)`
Returns the current state of the active player's HUD bar.
@ -191,3 +191,6 @@ hold by the table is only true for the moment you called this function. The fiel
* `text`: The text shown on the HUD bar. This fiels is meaningless if the HUD bar is currently hidden.
If the player does not exist, returns `nil` instead.
### `hb.get_hudbar_identifiers()`
Returns a table of all currently registered HUD bar identifiers.