Profile image

Is there a "missile lock acquired" property?

2,891 BombBoi1822  1.3 years ago

I'm in the process of making an F-104, and I'm trying to make the "radar lock acquired" light on the HUD function properly instead of just using TargetSelected = true & abs(TargetElevation-PitchAngle)<[missile's "maxTargetingAngle" property] & abs(TargetHeading-Heading)<[missile's "maxTargetingAngle" property], since it does not detect whether the is locked or not. Is there any property that I can use to bypass this roadblock?

  • Log in to leave a comment
  • Profile image
    26.4k Bryan5

    @BombBoi1822 yes i want

    1.3 years ago
  • Profile image
    2,891 BombBoi1822

    @Bobyo & @Bryan5 , thank you! I'll tag you in the finished product if you want.

    +1 1.3 years ago
  • Profile image
    16.5k FlirBlitz

    Take a look at the Wasp. It's got one

    +2 1.3 years ago
  • Profile image
    26.4k Bryan5

    Just put TargetLocked and it should work

    +1 1.3 years ago