diff options
Diffstat (limited to 'src/client/lua_api/gui/iguieditbox.cpp')
| -rw-r--r-- | src/client/lua_api/gui/iguieditbox.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/client/lua_api/gui/iguieditbox.cpp b/src/client/lua_api/gui/iguieditbox.cpp index 790eaf3..6e4efa9 100644 --- a/src/client/lua_api/gui/iguieditbox.cpp +++ b/src/client/lua_api/gui/iguieditbox.cpp @@ -25,10 +25,9 @@ extern IrrlichtDevice* device; /*** @function neweditbox() Creates a new text entry box -@tparam dimensions rect The rectangle to place the box at. If the box has a parent, -it is offset from the upper-left of the parent element. -@tparam parent (iguielement | nil) parent The parent element of the edit box -@tparam default_text (string | nil) default_text The default text to have in the edit box +@tparam rect dimensions The rectangle to place the box at. If the box has a parent, it is offset from the upper-left of the parent element. +@tparam ?iguielement parent The parent element of the edit box +@tparam ?string default_text The default text to have in the edit box @treturn iguieditbox The edit box element */ //gui.neweditbox({{sx,sy},{ex,ey}}[,parent][,"default text"]) |
