BIS fnc garage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page, please wikify)
No edit summary
Line 4: Line 4:
| arma3 |= Game name
| arma3 |= Game name


|1.xx|= Game version
|1.40|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 30: Line 30:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [mode,params] call [[BIS_fnc_arsenal]] |= Syntax
| [mode,params] [[call]] [[BIS_fnc_garage]] |= Syntax


|p1= |= Parameter 1
|p1= |= Parameter 1


| |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>["Open",true] spawn BIS_fnc_garage;
|x1= <code>["Open",true] [[spawn]] BIS_fnc_garage;</code>|=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Arsenal]], [[BIS_fnc_garage]]|= See also
| [[Arsenal]]|= See also


}}
}}

Revision as of 06:34, 31 May 2015

Hover & click on the images for description

Description

Description:
/* Author: Karel Moricky Description: Splendid Virtual Arsenal Garage Parameter(s): 0: STRING - mode 1: ANY - params (see below) Modes: "Open" - Open the Arsenal 0 (Optional): BOOL - true to open full Arsenal, with all categories and items available (default: false) Returns: NOTHING */
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[mode,params] call BIS_fnc_garage
Return Value:
Nothing

Examples

Example 1:
["Open",true] spawn BIS_fnc_garage;

Additional Information

See also:
Arsenal

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