Binds the full metrics display to CTRL+F2 while in-game. Escape Closes.

This commit is contained in:
Azaezel 2014-06-11 03:09:41 -05:00
parent d0a64026b0
commit c514841ebb
4 changed files with 14 additions and 2 deletions

View file

@ -23,6 +23,8 @@
modal = "True"; modal = "True";
helpTag = "0"; helpTag = "0";
expression = "10"; expression = "10";
command = "Canvas.popDialog(FrameOverlayGui);";
accelerator = "escape";
}; };
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View file

@ -441,7 +441,11 @@ GlobalActionMap.bind(keyboard, "ctrl o", bringUpOptions);
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// Debugging Functions // Debugging Functions
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
function showmetrics(%val)
{
metrics("FPS GFX SHADOW SFX TERRAIN GROUNDCOVER FOREST NET");
}
GlobalActionMap.bind(keyboard, "ctrl F2", showmetrics);
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// //

View file

@ -23,6 +23,8 @@
modal = "True"; modal = "True";
helpTag = "0"; helpTag = "0";
expression = "10"; expression = "10";
command = "Canvas.popDialog(FrameOverlayGui);";
accelerator = "escape";
}; };
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View file

@ -615,7 +615,11 @@ GlobalActionMap.bind(keyboard, "ctrl o", bringUpOptions);
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// Debugging Functions // Debugging Functions
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
function showmetrics(%val)
{
metrics("FPS GFX SHADOW SFX TERRAIN GROUNDCOVER FOREST NET");
}
GlobalActionMap.bind(keyboard, "ctrl F2", showmetrics);
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// //