Skip to content

Commit c45c530

Browse files
committedApr 18, 2013
Fix Lua HUD documentation
1 parent 852f768 commit c45c530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/lua_api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@ Detached inventory callbacks
18461846

18471847
HUD Definition (hud_add, hud_get)
18481848
{
1849-
type = "image",
1849+
hud_elem_type = "image", -- see HUD element types
18501850
^ type of HUD element, can be either of "image", "text", "statbar", or "inventory"
18511851
position = {x=0.5, y=0.5},
18521852
^ Left corner position of element

0 commit comments

Comments
 (0)
Please sign in to comment.