Profile image

Dev console in android

13.2k brians1209  3.9 years ago

How can I open the command after enabling dev console mode in android?
What should I type in to monitor G-force?

  • Log in to leave a comment
  • Profile image
    1,182 An2k

    You can put any of the variables clicky link to variable guide
    Or combine with funtionslink to functions

    Example I want a trigger for else if to activate on 13kph
    GS <= 3.5
    Which is equal to 13kph
    Test In debugger ill write type d space and "GS <= 3.5" if GS lesser or equal to 13kph result will be GS <= 3.5 = true else will be false
    Then ill try else if statement with landing gear
    On debugger "GearDown != 1 ? ((GS <= 3.5) ? 1 : 0) : 0"
    If landing gear not active and GS is 13kph or less will result to 1
    If your code is wrong it wont register to the upper left corner so usefull if you want to write your own codes...used in what i like to call slopegrips on hammerbuggy
    My hammer buggy uses many else ifs almost tempted to call it if else buggy

    +1 3.9 years ago
  • Profile image
    29.4k Nerfaddict

    Tap the screen with 3 fingers at yeetspeed

    3.9 years ago
  • Profile image
    13.2k brians1209

    @WereOutOfNames Thank you. Are there any other stuff?

    3.9 years ago