BIS fnc magazinesEntityType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |r1=[[" to " |r1= [[")
m (Some wiki formatting)
 
(5 intermediate revisions by the same user not shown)
Line 10: Line 10:
|s1= class call [[BIS_fnc_magazinesEntityType]]
|s1= class call [[BIS_fnc_magazinesEntityType]]


|p1=class: [[String]] - Object class
|p1= class: [[String]] - object class


|r1= [[Array]] of [[String|strings]]
|r1= [[Array]] of [[String]]s


|x1= <code>"O_MBT_04_cannon_F" [[call]] [[BIS_fnc_magazinesEntityType]];
|x1= <sqf>
//Returns ["20Rnd_125mm_APFSDS_T_Green","12Rnd_125mm_HEAT_T_Green","12Rnd_125mm_HE_T_Green","1000Rnd_762x51_Belt_Green","1000Rnd_762x51_Belt_Green","500Rnd_127x99_mag_Tracer_Yellow","SmokeLauncherMag"]</code>
"O_MBT_04_cannon_F" call BIS_fnc_magazinesEntityType;
/*
returns
[
"20Rnd_125mm_APFSDS_T_Green",
"12Rnd_125mm_HEAT_T_Green",
"12Rnd_125mm_HE_T_Green",
"1000Rnd_762x51_Belt_Green",
"1000Rnd_762x51_Belt_Green",
"500Rnd_127x99_mag_Tracer_Yellow",
"SmokeLauncherMag"
]
*/
</sqf>


|seealso= [[magazines]]
|seealso= [[magazines]]
}}
}}

Latest revision as of 23:51, 24 April 2024

Hover & click on the images for description

Description

Description:
Return object's magazines as defined in config. Scans also turrets and pylons.
Execution:
call
Groups:
Weapons

Syntax

Syntax:
class call BIS_fnc_magazinesEntityType
Parameters:
class: String - object class
Return Value:
Array of Strings

Examples

Example 1:
"O_MBT_04_cannon_F" call BIS_fnc_magazinesEntityType; /* returns [ "20Rnd_125mm_APFSDS_T_Green", "12Rnd_125mm_HEAT_T_Green", "12Rnd_125mm_HE_T_Green", "1000Rnd_762x51_Belt_Green", "1000Rnd_762x51_Belt_Green", "500Rnd_127x99_mag_Tracer_Yellow", "SmokeLauncherMag" ] */

Additional Information

See also:
magazines

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