BIS_fnc_saveVehicle

From Bohemia Interactive Community
Revision as of 20:59, 20 May 2017 by Dedmen (talk | contribs) (1 revision imported: BIS Functions update 7/7)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*
	Author: Karel Moricky

	Description:
	Save vehicle's params (textures, animations, crew)

	Parameter(s):
		0: OBJECT - saved vehicle
		1: ARRAY in format
			0: NAMESPACE or GROUP or OBJECT - target in which namespace the loadout will be saved
			1: STRING - name
		2 (Optional): ARRAY - custom params to be saved along the params (default: [])
		3 (Optional): BOOL - true to delete the save (default: false)

	Returns:
	ARRAY - saved value
*/

(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:
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

Bottom Section