ACE3/addons/dragging/functions
Grim e5dc124fe8
Dragging - Add additional weight checks on inventory modification (#9225)
* Allow run when carrying light-weight objects

* Use global var instead of macro

* add weight check, improve getWeight & conditions

* changes from review

* changes from review - postInit

* add param to ignore PhysX mass

* add settings

* BI issue tracker in comment

* change defaults, remove overweight setting

* remove public variable

* setting name changes

* updating case in statusEffect_addType

* move to XEH

* derp

* Add some extra checks for closed events

* Update XEH_postInit.sqf

* conditions

---------

Co-authored-by: Dystopian <sddex@ya.ru>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-07-22 06:30:40 +03:00
..
fnc_canCarry.sqf Dragging - Add limping check to carrier and improve limping check for target unit (#9251) 2023-07-10 06:45:53 +03:00
fnc_canDrag.sqf Dragging - Add limping check to carrier and improve limping check for target unit (#9251) 2023-07-10 06:45:53 +03:00
fnc_canDrop_carry.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canDrop.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canRun_carry.sqf Dragging - Add additional weight checks on inventory modification (#9225) 2023-07-22 06:30:40 +03:00
fnc_carryObject.sqf Dragging - Improve carrying by allowing carried object to be loaded into vehicle by key or mouse (#9138) 2023-06-23 15:11:16 +03:00
fnc_carryObjectPFH.sqf Dragging - Add limping check to carrier and improve limping check for target unit (#9251) 2023-07-10 06:45:53 +03:00
fnc_dragObject.sqf Dragging - Add additional weight checks on inventory modification (#9225) 2023-07-22 06:30:40 +03:00
fnc_dragObjectPFH.sqf cleanup dragging 2019-03-24 09:28:58 +01:00
fnc_dropObject_carry.sqf Dragging - Add additional weight checks on inventory modification (#9225) 2023-07-22 06:30:40 +03:00
fnc_dropObject.sqf Dragging - Add additional weight checks on inventory modification (#9225) 2023-07-22 06:30:40 +03:00
fnc_getWeight.sqf Dragging - Add additional weight checks on inventory modification (#9225) 2023-07-22 06:30:40 +03:00
fnc_handleAnimChanged.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_handleKilled.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_handlePlayerChanged.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_handlePlayerWeaponChanged.sqf Dragging - Add new dragging animations (#7950) 2021-04-20 13:33:58 +02:00
fnc_handleScrollWheel.sqf Dragging - Add possiblity to rotate a carried object (#7640) 2020-04-20 17:45:59 +02:00
fnc_handleUnconscious.sqf Merge branch 'master' into medical-rewrite 2019-03-17 17:39:43 +01:00
fnc_initObject.sqf Dragging - Add more objects configs (#8104) 2021-07-23 16:11:57 +02:00
fnc_initPerson.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_isObjectOnObject.sqf Conform function headers to coding guidelines (#5255) 2017-06-08 15:31:51 +02:00
fnc_setCarryable.sqf Dragging - Add additional weight checks on inventory modification (#9225) 2023-07-22 06:30:40 +03:00
fnc_setDraggable.sqf Dragging - Add additional weight checks on inventory modification (#9225) 2023-07-22 06:30:40 +03:00
fnc_startCarry.sqf Dragging - Add additional weight checks on inventory modification (#9225) 2023-07-22 06:30:40 +03:00
fnc_startCarryPFH.sqf Dragging - Additional weight override parameter for setCarryable/setDraggable (#6780) 2019-01-20 10:23:24 -06:00
fnc_startDrag.sqf Dragging - Add additional weight checks on inventory modification (#9225) 2023-07-22 06:30:40 +03:00
fnc_startDragPFH.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
script_component.hpp Cleanup - Trim all trailing whitespace (#8651) 2021-10-30 16:42:03 -05:00