BIS fnc inventoryExists: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(created page)
 
m (infobox to template)
Line 21: Line 21:
Returns:
Returns:
BOOL - True if existent, false if not
BOOL - True if existent, false if not
*/</pre>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}} |Description=
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_inventoryExists]]|Syntax=
|[] call [[BIS_fnc_inventoryExists]]|Syntax=

Revision as of 16:27, 2 April 2019

Hover & click on the images for description

Description

Description:
/*
	Author: Nelson Duarte

	Description:
	Check if loadout with given name exists

	Parameter(s):
		0: NAMESPACE or GROUP or OBJECT - target in which namespace the loadout will be saved
		1: STRING - loadout name

	Returns:
	BOOL - True if existent, false if not
*/
Template:placeholder
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[] call BIS_fnc_inventoryExists
Parameters:
parameter: Datatype - (Optional, default defValue) description
Return Value:
Datatype - description

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