diff options
author | Wuzzy <almikes@aol.com> | 2017-07-02 18:44:24 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-07-02 18:44:24 +0200 |
commit | 5e06b35e79003e6ae1c3253ec292918ad443ca84 (patch) | |
tree | 252a12d4bdb659a1833eddd538252a852ac3da67 /API.md | |
parent | e09eb8ab4f144c3f69de7734cf2f3f475c0e9a0d (diff) |
Add hb.get_hudbar_identifiers()
Diffstat (limited to 'API.md')
-rw-r--r-- | API.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |