ACE3/addons/refuel/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_canCheckFuel.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_canDisconnect.sqf Refuel nozzle taking, disconnecting, connecting and returning interaction fixes (#4337) 2016-09-05 20:23:28 +02:00
fnc_canReturnNozzle.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_canTakeNozzle.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_canTurnOff.sqf Added nozzle 2016-02-02 15:03:06 +01:00
fnc_canTurnOn.sqf Disallow refueling with running engine 2016-03-04 13:59:14 +01:00
fnc_checkFuel.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_connectNozzleAction.sqf Refuel: Turn on nozzle after connection (#5426) 2017-09-21 16:24:58 +02:00
fnc_disconnect.sqf Allow loading fuel canister (#5493) 2017-09-16 11:36:42 +02:00
fnc_dropNozzle.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_getFuel.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_handleDisconnect.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_handleRespawn.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_initSource.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_makeJerryCan.sqf Fix Underwater interactions (magrepack, loading, refuel, medical legs, dragging) (#5521) 2017-10-01 13:38:11 -05:00
fnc_makeSource.sqf Add JIP event deleting if vehicle is deleted (#5506) 2017-09-16 22:18:28 +02:00
fnc_moduleRefuelSettings.sqf Conform function headers to coding guidelines (#5255) 2017-06-08 15:31:51 +02:00
fnc_onMouseButtonDown.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_readFuelCounter.sqf Refuel: Turn on nozzle after connection (#5426) 2017-09-21 16:24:58 +02:00
fnc_refuel.sqf Allow loading fuel canister (#5493) 2017-09-16 11:36:42 +02:00
fnc_returnNozzle.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_setFuel.sqf Add fast mouse actions to refuel, add refuel eden attributes (#5418) 2017-09-10 14:43:03 -05:00
fnc_startNozzleInHandsPFH.sqf Fix Underwater interactions (magrepack, loading, refuel, medical legs, dragging) (#5521) 2017-10-01 13:38:11 -05:00
fnc_takeNozzle.sqf Fix Underwater interactions (magrepack, loading, refuel, medical legs, dragging) (#5521) 2017-10-01 13:38:11 -05:00
fnc_turnOff.sqf Refuel: Turn on nozzle after connection (#5426) 2017-09-21 16:24:58 +02:00
fnc_turnOn.sqf Refuel: Turn on nozzle after connection (#5426) 2017-09-21 16:24:58 +02:00
script_component.hpp Bypassed interaction menu subactions distance bug 2015-08-17 01:44:47 +02:00