BIS fnc showRespawnMenuInventoryMetadata: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
Hypoxic125 (talk | contribs) (Added initial information) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
|gr1= Respawn | |gr1= Respawn | ||
|descr= | |descr= Gets or sets inventory menu loadout metadata for class CfgRespawnInventory | ||
|s1= <!-- [] call | |s1= ["get", 0] call [[BIS_fnc_showRespawnMenuInventoryMetadata]] | ||
|p1= [[String]] - mode: | |||
* "set" | |||
* "get" | |||
* "delete" | |||
|p2= [[Number]] - List box selection for: "BIS_RscRespawnControlsMap_ctrlRoleList" | |||
|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> | |||
|x1= <!-- <sqf>[] call BIS_fnc_showRespawnMenuInventoryMetadata;</sqf> --> | |||
|seealso= | |||
}} | }} | ||
Latest revision as of 06:22, 7 September 2024
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