BIS fnc classMagazine: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>")
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


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


| arma2 |Game name=
|game2= arma2oa
|version2= 1.50


|1.00|Game version=
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| Returns class of magazine given by string. |DESCRIPTION=
|game4= arma3
____________________________________________________________________________________________
|version4= 0.50


| magazineClass call [[BIS_fnc_classMagazine]] |SYNTAX=
|gr1= Configs


|p1= magazineClass: [[String]] |PARAMETER1=
|descr= Returns class of magazine given by string.


| [[Config]] |RETURNVALUE=
|s1= magazineClass call [[BIS_fnc_classMagazine]]
____________________________________________________________________________________________


|x1= <code>_magazineConfig = [[currentMagazine]] [[player]] [[call]] [[BIS_fnc_classMagazine]];</code> |EXAMPLE1=
|p1= magazineClass: [[String]]
____________________________________________________________________________________________


| [[BIS_fnc_classWeapon]], [[isClass]] |SEEALSO=
|r1= [[Config]]
}}


<h3 style="display:none">Notes</h3>
|x1= <sqf>private _magazineConfig = currentMagazine player call BIS_fnc_classMagazine;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[BIS_fnc_classWeapon]] [[isClass]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Configs|{{uc:classMagazine}}]]
[[Category:Functions|{{uc:classMagazine}}]]
[[Category:{{Name|arma2}}: Functions|{{uc:classMagazine}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:classMagazine}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:classMagazine}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:classMagazine}}]]

Latest revision as of 23:44, 12 July 2022

Hover & click on the images for description

Description

Description:
Returns class of magazine given by string.
Execution:
call
Groups:
Configs

Syntax

Syntax:
magazineClass call BIS_fnc_classMagazine
Parameters:
magazineClass: String
Return Value:
Config

Examples

Example 1:
private _magazineConfig = currentMagazine player call BIS_fnc_classMagazine;

Additional Information

See also:
BIS_fnc_classWeapon isClass

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