ACE3/addons/dragging/functions
Dystopian 1b8c56f0be
Interaction - Add actions to access and allow carrying inventory holders (#6029)
* Add interaction to inventory holders

* Add Take Weapon action

* Add Drag/Carry actions

* Fix menu position

* Add Inventory action also to unconscious

* Underwater: Fix menu position, disable gear action

* Add dead body weapons carrying with workaround

* Disable man gear action in water

* Optimize position code

* Fix macro using

* Use macro and power

* Restrict max dragged items count

* Remove superfluous condition, Add Take action to all holders

* Cleanup XEH

* Remove weapon carry-drop workaround

* code style changes

* code style changes

* brackets, isEqualTo, vehicle check

* code style changes

* brackets, isEqualTo, vehicle check

---------

Co-authored-by: Salluci <salluci.lovi@gmail.com>
2023-07-10 05:49:37 +03:00
..
fnc_canCarry.sqf Interaction - Add actions to access and allow carrying inventory holders (#6029) 2023-07-10 05:49:37 +03:00
fnc_canDrag.sqf Interaction - Add actions to access and allow carrying inventory holders (#6029) 2023-07-10 05:49:37 +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_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 - 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_dragObject.sqf Remove 4th never used parameter (#8342) 2021-08-03 13:06:12 -05:00
fnc_dragObjectPFH.sqf cleanup dragging 2019-03-24 09:28:58 +01:00
fnc_dropObject_carry.sqf Dragging - Allow run when carrying light-weight objects (#8338) 2023-06-28 14:43:10 +03:00
fnc_dropObject.sqf Fix keyhandler removing when drop (#8443) 2021-09-18 11:06:01 -05:00
fnc_getWeight.sqf Dragging - Use improved loadAbs for weight calculation (#8457) 2023-06-22 04:04:19 -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 - Additional weight override parameter for setCarryable/setDraggable (#6780) 2019-01-20 10:23:24 -06:00
fnc_setDraggable.sqf Dragging - Add more objects configs (#8104) 2021-07-23 16:11:57 +02:00
fnc_startCarry.sqf Dragging - Allow run when carrying light-weight objects (#8338) 2023-06-28 14:43:10 +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 Remove 4th never used parameter (#8342) 2021-08-03 13:06:12 -05: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