ACE3/addons/cargo/functions
jonpas 711e1fc026 Fix Underwater interactions (magrepack, loading, refuel, medical legs, dragging) (#5521)
* Fix Magazine Repack underwater - fix #5513
Also prevent common goKneeling function underwater

* Fix loading patients underwater - fix #5515

* Fix load object underwater

* Fix take nozzle on jerry can underwater

* Fix refuel underwater conditions further

* Use isTouchingGround, Make refuel semi-compatible
 reports false if head is out of the water, we want true even if we are not diving

* Less interact exceptions duplication

* Use animationState to determine if unit is swimming, create common function and use it instead of isTouchingGround

* Fix condition

* Support dragging underwater
No carrying due to animation timing issues and other misc things

* Allow Medical Legs SelfActions underwater

* Fix fixPosition function underwater (use getPosATL instead of getPos)

* Fix fixPosition's slope adjustment for non-gravity objects, Do the same for objects without simulation as well
2017-10-01 13:38:11 -05:00
..
fnc_addCargoItem.sqf Rename cargo events: 2016-06-24 12:12:19 -03:00
fnc_addCargoVehiclesActions.sqf Medical & Captive Load Menu Overhaul (#5519) 2017-09-29 22:00:47 +02:00
fnc_canLoadItemIn.sqf Fix cargo loading to locked vehicle (#5049) 2017-04-01 00:33:36 -05:00
fnc_canUnloadItem.sqf Cleanup optional argument headers (#5543) 2017-09-22 17:33:08 +02:00
fnc_getCargoSpaceLeft.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_getSizeItem.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_handleDestroyed.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_initObject.sqf Fix Underwater interactions (magrepack, loading, refuel, medical legs, dragging) (#5521) 2017-10-01 13:38:11 -05:00
fnc_initVehicle.sqf Make array of cargo holders dynamic (#5274) 2017-06-14 15:36:23 +02:00
fnc_loadItem.sqf Disable damage on cars loaded as cargo (#5402) 2017-08-22 13:27:11 -05:00
fnc_makeLoadable.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_moduleMakeLoadable.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_moduleSettings.sqf Add Paradrop Time Coefficient Setting (#5116) 2017-05-05 14:02:59 -05:00
fnc_onMenuOpen.sqf Add Paradrop Time Coefficient Setting (#5116) 2017-05-05 14:02:59 -05:00
fnc_paradropItem.sqf Conform function headers to coding guidelines (#5255) 2017-06-08 15:31:51 +02:00
fnc_removeCargoItem.sqf Cargo: Add removeCargoItem Function (#5432) 2017-09-16 11:21:23 -05:00
fnc_setSize.sqf Add JIP event deleting if vehicle is deleted (#5506) 2017-09-16 22:18:28 +02:00
fnc_setSpace.sqf Add JIP event deleting if vehicle is deleted (#5506) 2017-09-16 22:18:28 +02:00
fnc_startLoadIn.sqf Fix Underwater interactions (magrepack, loading, refuel, medical legs, dragging) (#5521) 2017-10-01 13:38:11 -05:00
fnc_startUnload.sqf Add Paradrop Time Coefficient Setting (#5116) 2017-05-05 14:02:59 -05:00
fnc_unloadItem.sqf Fix some event names on wiki (#5254) 2017-06-08 14:31:27 -05:00
fnc_validateCargoSpace.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
script_component.hpp Cleaned function headers 2015-08-16 22:41:35 +02:00