mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Adds a convenience function to refresh the console dialog.
This commit is contained in:
parent
485f5bc942
commit
8f947d5251
4 changed files with 14 additions and 0 deletions
|
|
@ -284,4 +284,10 @@ DefineEngineMethod(GuiConsole, toggleNormalFilter, void, (), ,
|
|||
"Toggles the normal messages filter.")
|
||||
{
|
||||
object->toggleNormalFilter();
|
||||
}
|
||||
|
||||
DefineEngineMethod(GuiConsole, refresh, void, (), ,
|
||||
"Refreshes the displayed messages.")
|
||||
{
|
||||
object->refresh();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue