BIS fnc compatibleItems: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 31: Line 31:


}}
}}
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Inventory|{{uc:compatibleItems}}]]
[[Category:Functions|{{uc:compatibleItems}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:compatibleItems}}]]

Revision as of 15:18, 7 October 2017


Hover & click on the images for description

Description

Description:
/*
	Author: Karel Moricky

	Description:
	Return all compatible weapon attachments
	
	Parameter(s):
		0: STRING - weapon class
	
	Returns:
	ARRAY of STRINGs
*/

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

Syntax

Syntax:
[weapon] call BIS_fnc_compatibleItems
Parameters:
weapon: String - weapon class
Return Value:
Array

Examples

Examples:
Example needed

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

Bottom Section