BIS fnc diagMissionWeapons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *L([a-z ])" to "$1 - l$2")
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Diagnostic


|1.00|= Game version
|descr= Lists all weapons and magazines available in a mission.
____________________________________________________________________________________________


| <pre>/*
|s1= [clipboard] call [[BIS_fnc_diagMissionWeapons]]


Description:
|p1= clipboard: [[Boolean]] - (Optional, default [[false]]) - [[true]] to copy list to clipboard
Lists all weapons and magazines available in a mission.


Parameter(s):
|r1= [[Array]] - list of weapons available in mission
0: BOOL (Optional) - True to copy the result into clipboard (default: false)


Returns:
|x1= <sqf>true call BIS_fnc_diagMissionWeapons;</sqf>
ARRAY
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_diagMissionWeapons]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[:Category:Function Group: Diagnostic|Diag functions]]
}}
}}
<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: Diagnostic|{{uc:diagMissionWeapons}}]]
[[Category:Functions|{{uc:diagMissionWeapons}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:diagMissionWeapons}}]]

Latest revision as of 16:38, 8 November 2023

Hover & click on the images for description

Description

Description:
Lists all weapons and magazines available in a mission.
Execution:
call
Groups:
Diagnostic

Syntax

Syntax:
[clipboard] call BIS_fnc_diagMissionWeapons
Parameters:
clipboard: Boolean - (Optional, default false) - true to copy list to clipboard
Return Value:
Array - list of weapons available in mission

Examples

Example 1:
true call BIS_fnc_diagMissionWeapons;

Additional Information

See also:
Diag functions

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