Static Public Member Functions | |
| static mixed | SetLogoVisible (mixed bVisible) |
| static mixed | SetBottomLine (mixed text, mixed stylesetname, mixed stylename) |
| static mixed | DisplayFPS (mixed fps, mixed stylename) |
Definition at line 4860 of file lua_pseudo_code.cpp.
| static mixed guiutils::SetLogoVisible | ( | mixed | bVisible | ) | [inline, static] |
contains some utils used for gui see also lib.gui.lua and lib.guimaker.lua
Definition at line 4864 of file lua_pseudo_code.cpp.
| static mixed guiutils::SetBottomLine | ( | mixed | text, | |
| mixed | stylesetname, | |||
| mixed | stylename | |||
| ) | [inline, static] |
oldname = Client_SetBottomLine text-line at the bottom of screen (readonly, used for mousepicking debug text and for info during loading)
Definition at line 4868 of file lua_pseudo_code.cpp.
| static mixed guiutils::DisplayFPS | ( | mixed | fps, | |
| mixed | stylename | |||
| ) | [inline, static] |
Definition at line 4870 of file lua_pseudo_code.cpp.
1.5.6