Console commands

Hey
I am trying to gather some stats on grafics metrics in the game. There are some console commands that display various metrics such as "show();" that are sposed to give a lot of data, but when I enter show, all it does is return an error saying glmetrics not found or something similar. Anyone have the commands, and do they still work?

Comments

  • show(callback)
    
    Pass it a string to eval and display (every game tick (32ms) iirc)
    Examples include:
    • "$FPS::Real"
    • "$FPS::Virtual"
    • "getControlObjectAltitude()"
    • any other variable/console function you can think of
  • thanks toiky

    and shouldnt your name be julien?
Sign In or Register to comment.