Advertisement
BloodknightStudios

Untitled

Nov 22nd, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function showMetrics(%val)
  2. {
  3. if(%val)
  4. metrics("fps gfx shadow sfx terrain groundcover forest net");
  5. }
  6.  
  7. GlobalActionMap.bind(keyboard, "M", showMetrics);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement