BIS_fnc_exportInventory

From Bohemia Interactive Community
Revision as of 15:12, 6 September 2014 by BrotherhoodOfHam (talk | contribs)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*

	Description:
	Export unit's loadout

	Parameter(s):
		0: OBJECT - unit of which loadout will be export
		1: STRING - export type
			"script" - scripting commands, target is referred to as _unit
			"init" - scripting commands, target is referred to as this
			"config" - CfgVehicles attributes
		2: BOOL - true to export identity (face, voice and insignia)

	Returns:
	STRING - SQF code
*/


(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

Additional Information

See also:
BIS_fnc_saveInventoryBIS_fnc_loadInventoryBIS_fnc_deleteInventory

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

Bottom Section