BIS fnc garage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
(Created page, please wikify)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 5: Line 4:
| arma3 |= Game name
| arma3 |= Game name


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


| ''N/A'' |= Description
|<code> /*
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
*/
</code> |= Description
 
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_garage]]; --> |= Syntax
| [mode,params] call [[BIS_fnc_arsenal]] |= Syntax
 
|p1= |= Parameter 1
|p1= |= Parameter 1


Line 17: Line 37:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Vehicles|{{uc:garage}}]]
[[Category:Functions|{{uc:garage}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:garage}}]]

Revision as of 06:09, 31 May 2015

<span class="gvi2 gvi-arma3Expression error: Unrecognized word "xx".

Expression error: Unrecognized word "xx".

Expression error: Unrecognized word "xx".">Arma 3 logo black.png1.XX
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_arsenal
Return Value:
Return value needed

Examples

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

Additional Information

See also:
ArsenalBIS_fnc_garage

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