BIS fnc diagMissionWeapons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *L([a-z ])" to "$1 - l$2")
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= Diagnostic
____________________________________________________________________________________________


| Lists all weapons and magazines available in a mission.|DESCRIPTION=
|descr= Lists all weapons and magazines available in a mission.


____________________________________________________________________________________________
|s1= [clipboard] call [[BIS_fnc_diagMissionWeapons]]


|  [clipboard] call [[BIS_fnc_diagMissionWeapons]] |SYNTAX=
|p1= clipboard: [[Boolean]] - (Optional, default [[false]]) - [[true]] to copy list to clipboard
____________________________________________________________________________________________
|p1= clipboard: [[Boolean]] - (Optional, default [[false]]) - [[True]] to copy list to clipboard|PARAMETER1=


____________________________________________________________________________________________
|r1= [[Array]] - list of weapons available in mission


| [[Array]] -  List of weapons available in mission|RETURNVALUE=
|x1= <sqf>true call BIS_fnc_diagMissionWeapons;</sqf>
____________________________________________________________________________________________


|x1= <code>[[true]] [[call]] [[BIS_fnc_diagMissionWeapons]];</code> |=
|seealso= [[:Category:Function Group: Diagnostic|Diag functions]]
____________________________________________________________________________________________
 
|[[:Category:Function Group: Diagnostic|Diag functions]]|SEEALSO=
}}
}}
<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