BIS fnc showRespawnMenuInventoryMetadata: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 3/7)
(Added initial information)
 
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


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


| arma3 |= Game name
|gr1= Respawn


|1.00|= Game version
|descr= Gets or sets inventory menu loadout metadata for class CfgRespawnInventory
____________________________________________________________________________________________


| ''N/A'' |= Description
|s1= ["get", 0] call [[BIS_fnc_showRespawnMenuInventoryMetadata]]
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_showRespawnMenuInventoryMetadata]]; --> |= Syntax
|p1= [[String]] - mode:
|p1= |= Parameter 1
* "set"
* "get"
* "delete"


| |= Return value
|p2= [[Number]] - List box selection for: "BIS_RscRespawnControlsMap_ctrlRoleList"
____________________________________________________________________________________________


|x1= <code></code> |=
|r1= [[Array]] of Arrays:
____________________________________________________________________________________________
* 0: [[Array]] - Array containing role data: <([[String]])DisplayName, ([[Config]])Config, ([[String]])Icon Path>
* 1: [[Array]] - Array containing loadout data: <([[String]])Classname, ([[String]])DisplayName, ([[Config]])Config>


| |= See also
|x1= <!-- <sqf>[] call BIS_fnc_showRespawnMenuInventoryMetadata;</sqf> -->


|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: Respawn|{{uc:showRespawnMenuInventoryMetadata}}]]
[[Category:Functions|{{uc:showRespawnMenuInventoryMetadata}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:showRespawnMenuInventoryMetadata}}]]

Latest revision as of 07:22, 7 September 2024

Hover & click on the images for description

Description

Description:
Gets or sets inventory menu loadout metadata for class CfgRespawnInventory
Execution:
call
Groups:
Respawn

Syntax

Syntax:
["get", 0] call BIS_fnc_showRespawnMenuInventoryMetadata
Parameters:
String - mode:
  • "set"
  • "get"
  • "delete"
Number - List box selection for: "BIS_RscRespawnControlsMap_ctrlRoleList"
Return Value:
Array of Arrays:

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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