diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2021-10-27 00:59:57 -0500 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2021-10-27 00:59:57 -0500 |
| commit | b29ade63e3e6b4b3b163907e391f2968193ba7be (patch) | |
| tree | c70378e1e284c6fb4ad9eb81f5d8d12eb35883ce /src/client/lua_api/gui/iguilabel.cpp | |
| parent | c4f478522ac796476b16233b9606d4c37e916551 (diff) | |
| download | brokengine-b29ade63e3e6b4b3b163907e391f2968193ba7be.tar.gz brokengine-b29ade63e3e6b4b3b163907e391f2968193ba7be.tar.bz2 brokengine-b29ade63e3e6b4b3b163907e391f2968193ba7be.zip | |
Correct documentation
Diffstat (limited to 'src/client/lua_api/gui/iguilabel.cpp')
| -rw-r--r-- | src/client/lua_api/gui/iguilabel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/lua_api/gui/iguilabel.cpp b/src/client/lua_api/gui/iguilabel.cpp index bcb1778..1709d5e 100644 --- a/src/client/lua_api/gui/iguilabel.cpp +++ b/src/client/lua_api/gui/iguilabel.cpp @@ -23,8 +23,9 @@ using namespace gui; extern IrrlichtDevice* device; /*** -@function gui.newlabel() Creates a new label to display text. +Creates a label to display text with the front set in the engine. +@function gui.newlabel() @tparam rect pos The position of the label, reletive to the upper-left of it's parent element, or the root window if parent is nil. @tparam string text The text to display on this label. |
