save3DENInventory: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (formatted syntax)
m (format)
Line 8: Line 8:
| Saves current state of entitie's inventory to SQM. |= Description
| Saves current state of entitie's inventory to SQM. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[save3DENInventory]] [entities] |= Syntax
| [[save3DENInventory]] entities |= Syntax
|p1= [entities]: [[Array]] - Entities  |= Parameter 1
|p1= entities: [[Array]] - Entities  |= Parameter 1


| [[Nothing]] |= Return Value
| [[Nothing]] |= Return Value

Revision as of 20:10, 25 January 2017

Hover & click on the images for description

Description

Description:
Saves current state of entitie's inventory to SQM.
Groups:
Uncategorised

Syntax

Syntax:
save3DENInventory entities
Parameters:
entities: Array - Entities
Return Value:
Nothing

Examples

Example 1:
save3DENInventory [_soldier1,_solider2]

Additional Information

See also:
-

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

Bottom Section