save3DENInventory: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Simplified example)
m (formatted syntax)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[save3DENInventory]] [entities] |= Syntax
| [[save3DENInventory]] [entities] |= Syntax
|p1=[[Array]] - Entities  |= Parameter 1
|p1= [entities]: [[Array]] - Entities  |= Parameter 1


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

Revision as of 19:27, 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