firstBackpack: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 31: Line 31:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on September 6, 2013 - 23:57
<dt class="note">'''[[User:LongEnoughName|LongEnoughName]]'''<dd class="note">
Unfortunately as of 0.77 there is no way to return all backpacks off container, only first one. [[backpackCargo]] returns list of classes and not objects. Please support the ticket requesting a command to return all backpack objects: <nowiki>http://feedback.arma3.com/view.php?id=5414</nowiki>


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 01:57, 7 September 2013

Hover & click on the images for description

Description

Description:
Returns the first stored backpack.
Groups:
Uncategorised

Syntax

Syntax:
firstBackpack box
Parameters:
box: Object
Return Value:
Object

Examples

Example 1:

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Posted on September 6, 2013 - 23:57
LongEnoughName
Unfortunately as of 0.77 there is no way to return all backpacks off container, only first one. backpackCargo returns list of classes and not objects. Please support the ticket requesting a command to return all backpack objects: http://feedback.arma3.com/view.php?id=5414

Bottom Section