ACE3/addons/missileguidance/functions
2021-05-23 17:38:00 -06:00
..
fnc_attackProfile_AIR.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_attackProfile_BEAM.sqf Fix SACLOS missiles 2021-04-20 18:11:44 -06:00
fnc_attackProfile_DIR.sqf Implement some generic modes of flight 2021-04-12 23:14:22 -06:00
fnc_attackProfile_JAV_DIR.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_attackProfile_JAV_TOP.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_attackProfile_JDAM.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_attackProfile_LIN.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_attackProfile_LOFT.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_attackProfile_WIRE.sqf tweak HOT guidance params 2021-05-08 03:00:51 -06:00
fnc_changeMissileDirection.sqf Basic proportional navigation and PID controller 2021-03-18 23:28:55 -06:00
fnc_checkLos.sqf Headers - Fix function names in examples (#7663) 2020-04-25 08:41:45 +02:00
fnc_checkSeekerAngle.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_cycleAttackProfileKeyDown.sqf MissileGuidance - Allow using vanilla fire mode key (#6732) 2019-01-30 22:11:01 -06:00
fnc_doAttackProfile.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_doHandoff.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_doppler_onFired.sqf Update doppler seeker to allow the tracking and killing of projectiles 2021-05-18 03:44:05 -06:00
fnc_doSeekerSearch.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_gps_attackOnFired.sqf Better attack angle calculation. Does not get exactly right, but works for all cases. 2021-04-20 15:31:38 -06:00
fnc_gps_confirm.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_gps_getAttackData.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_gps_loadAttackSettings.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_gps_modeSelect.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_gps_onLoad.sqf localise missile guidance 2021-05-02 00:34:45 -06:00
fnc_gps_onUnload.sqf Add action to get into jdam settings 2021-04-21 15:53:52 -06:00
fnc_gps_pbModeCycle.sqf localise missile guidance 2021-05-02 00:34:45 -06:00
fnc_gps_saveAttackSettings.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_gps_seekerOnFired.sqf Add SDB and JDAM 2021-04-19 01:27:49 -06:00
fnc_gps_setupVehicle.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_guidancePFH.sqf add the ability to see a light trail 2021-05-08 02:49:16 -06:00
fnc_handleHandoff.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_IR_onFired.sqf Add Iron Dome interceptor API 2021-05-18 00:32:55 -06:00
fnc_javelin_midCourseTransition.sqf Add hellfire mid course guidance 2021-05-01 21:42:49 -06:00
fnc_line_onFired.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_MCLOS_onFired.sqf add MCLOS guidance 2021-05-08 02:49:07 -06:00
fnc_mclosButtonPressed.sqf add MCLOS guidance 2021-05-08 02:49:07 -06:00
fnc_mwr_onFired.sqf Improve radar simulation 2021-04-15 22:29:02 -06:00
fnc_navigationType_augmentedProNav.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_navigationType_direct.sqf Add new navigation profile. Tweak javelin mid-course guidance 2021-05-01 20:34:41 -06:00
fnc_navigationType_line.sqf progress update: tercom now flies to acquisition basket 2021-05-23 17:38:00 -06:00
fnc_navigationType_lineOfSight.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_navigationType_proNav.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_navigationType_zeroEffortMiss.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_onFired.sqf add the ability to see a light trail 2021-05-08 02:49:16 -06:00
fnc_onIncomingMissile.sqf Headers - Fix function names in examples (#7663) 2020-04-25 08:41:45 +02:00
fnc_proNav_onFired.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_SACLOS_onFired.sqf Various - Use configOf command for faster lookup (#8100) 2021-02-18 12:58:08 -06:00
fnc_seekerType_Doppler.sqf Update doppler seeker to allow the tracking and killing of projectiles 2021-05-18 03:44:05 -06:00
fnc_seekerType_GPS.sqf Add SDB and JDAM 2021-04-19 01:27:49 -06:00
fnc_seekerType_IR.sqf fix IR tracker losing lock immediately due to being blocked by launcher 2021-05-01 23:58:15 -06:00
fnc_seekerType_MCLOS.sqf add MCLOS guidance 2021-05-08 02:49:07 -06:00
fnc_seekerType_MWR.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_seekerType_Optic.sqf Implement optical mavericks 2021-04-16 00:33:38 -06:00
fnc_seekerType_SACLOS.sqf Fix SACLOS missiles 2021-04-20 18:11:44 -06:00
fnc_seekerType_SALH.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_seekerType_TERCOM.sqf progress update: tercom now flies to acquisition basket 2021-05-23 17:38:00 -06:00
fnc_shouldFilterRadarHit.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_tercom_onFired.sqf progress update: tercom now flies to acquisition basket 2021-05-23 17:38:00 -06:00
fnc_wire_onFired.sqf Fix SACLOS missiles 2021-04-20 18:11:44 -06:00
script_component.hpp big code clean up 2015-01-12 21:14:27 -08:00