ATA_LAUNCH_COMPUTER_GENERATOR¶
- ATA_LAUNCH_COMPUTER_GENERATOR¶
Overview¶
ATA_LAUNCH_COMPUTER_GENERATOR is a specialization of weapon_tools to produce an air-to-air missile launch computer. The generator contains a WSF_ATA_LAUNCH_COMPUTER instance internally, which is modified into a final output product so many of the commands are common between the two.
Command Line¶
tool ATA_LAUNCH_COMPUTER_GENERATOR ... weapon_tools Commands ... altitude_and_mach <length-value> <float-value> speed <speed-value> ... WSF_ATA_LAUNCH_COMPUTER Commands ... end_tool
Commands¶
- altitude_and_mach <length-value> <float-value>¶
Provide the altitude and mach number of the air-to-air missile firing. This setting will override any Speed value provided in speed, below.
Default: 10000 ft altitude, 0.6 Mach (Overrides the 0.0 altitude default of the weapon_tools base class.)
- speed <speed-value>¶
Provide the launch platform speed for the air-to-air missile firing. This setting will override any Mach value provided in altitude_and_mach.
Default: 383 knots = 0.6 Mach at 10000 ft altitude