BIS fnc garage: Difference between revisions
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. | |1.xx|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | |<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 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [mode,params] call [[BIS_fnc_arsenal]] |= Syntax | ||
|p1= |= Parameter 1 | |p1= |= Parameter 1 | ||
Line 17: | Line 37: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code> | |x1= <code>["Open",true] spawn BIS_fnc_garage; | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[Arsenal]], [[BIS_fnc_garage]]|= See also | ||
}} | }} | ||
Revision as of 05:09, 31 May 2015
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