Skip to content

zade_boc_fnc_chestpackContainer

DerZade edited this page Feb 12, 2017 · 5 revisions

Description:

Returns the cargo container of a unit's chestpack. Note that this is only a prop and does not contain any items. Items which were added with vanilla commands like 'addWeaponCargo' etc. will be ignored. You have to use the provided functions instead.

Arguments:

0: Unit <OBJECT>

Return Value:

Cargo Container or objNull <OBJECT>

Examples:

_container = [player] call zade_boc_fnc_chestpackContainer;