ACE3/docs/wiki/framework/advanced-throwing-framework.md
jonpas 5a36d1a771
Advanced Throwing - Add object variable to disable pick up of attached throwables (#8031)
* Advanced Throwing - Add object variable to disable pick up

Use: `OBJECT setVariable ["ace_advanced_throwing_disablePickUp", true]`

* Documentation - Add Advanced Throwing Framework

* Update addons/advanced_throwing/functions/fnc_renderPickUpInteraction.sqf

* Update advanced-throwing-framework.md

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-27 11:04:43 -06:00

432 B

layout title description group parent mod version
wiki Advanced Throwing Framework Explains how to interact with the Advanced Throwing API. framework wiki ace
major minor patch
3 7 0

1. Disabling pick up of ammo attached to an object

Pick-up interaction can be disabled for ammo (e.g. chemlights) attached to an object.

OBJECT setVariable ["ace_advanced_throwing_disablePickUp", true, true];