ACE3/addons/missileguidance/functions
2022-06-02 19:26: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 Merge branch 'master' into pr/8215 2022-04-15 22:25:18 -05:00
fnc_attackProfile_DIR.sqf Implement some generic modes of flight 2021-04-12 23:14:22 -06:00
fnc_attackProfile_JAV_DIR.sqf tweak javelin to make minimum ranges more realistic 2022-05-14 14:10:57 -06:00
fnc_attackProfile_JAV_TOP.sqf tweak javelin to make minimum ranges more realistic 2022-05-14 14:10:57 -06:00
fnc_attackProfile_JDAM.sqf better JDAM simulation 2021-06-11 20:37:36 -06:00
fnc_attackProfile_LIN.sqf improve lin navigation 2021-10-16 22:45:39 -06:00
fnc_attackProfile_LOFT.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_attackProfile_WIRE.sqf Merge branch 'master' into pr/8215 2022-04-15 22:25:18 -05: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 better error messaging 2022-06-02 19:26:00 -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 Merge branch 'master' into pr/8215 2022-04-15 22:25:18 -05:00
fnc_navigationType_augmentedProNav.sqf make pronav use the correct units 2021-10-15 22:02:26 -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 remove debug sets 2022-04-04 18:49:01 -06:00
fnc_navigationType_lineOfSight.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_navigationType_proNav.sqf make pronav use the correct units 2021-10-15 22:02:26 -06:00
fnc_navigationType_zeroEffortMiss.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_onFired.sqf more SACLOS tweaks 2022-01-01 21:28:54 -07: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 change name (#8805) 2022-01-30 11:54:30 -06:00
fnc_seekerType_Doppler.sqf Tweak IR seeker. Fix MCLOS fired from vehicles 2022-02-15 17:06:20 -07:00
fnc_seekerType_GPS.sqf Add SDB and JDAM 2021-04-19 01:27:49 -06:00
fnc_seekerType_IR.sqf Tweak IR seeker. Fix MCLOS fired from vehicles 2022-02-15 17:06:20 -07:00
fnc_seekerType_MCLOS.sqf Tweak IR seeker. Fix MCLOS fired from vehicles 2022-02-15 17:06:20 -07:00
fnc_seekerType_MWR.sqf Merge branch 'master' into pr/8215 2022-04-15 22:25:18 -05:00
fnc_seekerType_Optic.sqf Implement optical mavericks 2021-04-16 00:33:38 -06:00
fnc_seekerType_SACLOS.sqf Merge branch 'master' into pr/8215 2022-04-15 22:25:18 -05:00
fnc_seekerType_SALH.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_shouldFilterRadarHit.sqf tabs -> spaces 2021-05-01 23:04:08 -06:00
fnc_wire_onFired.sqf Merge branch 'master' into pr/8215 2022-04-15 22:25:18 -05:00
script_component.hpp Cleanup - Trim all trailing whitespace (#8651) 2021-10-30 16:42:03 -05:00