BIS fnc classMagazine: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1= Configs | |gr1= Configs | ||
| Returns class of magazine given by string. | | Returns class of magazine given by string. | ||
| magazineClass call [[BIS_fnc_classMagazine]] | | magazineClass call [[BIS_fnc_classMagazine]] | ||
|p1= magazineClass: [[String]] | |p1= magazineClass: [[String]] | ||
| [[Config]] | | [[Config]] | ||
|x1= <code>_magazineConfig = [[currentMagazine]] [[player]] [[call]] [[BIS_fnc_classMagazine]];</code> | |x1= <code>_magazineConfig = [[currentMagazine]] [[player]] [[call]] [[BIS_fnc_classMagazine]];</code> | ||
| [[BIS_fnc_classWeapon]], [[isClass]] | | [[BIS_fnc_classWeapon]], [[isClass]] | ||
}} | }} | ||
Revision as of 22:38, 17 January 2021
Description
Syntax
- Syntax:
- magazineClass call BIS_fnc_classMagazine
- Parameters:
- magazineClass: String
- Return Value:
- Config
Examples
- Example 1:
_magazineConfig = currentMagazine player call BIS_fnc_classMagazine;
Additional Information
- See also:
- BIS_fnc_classWeaponisClass
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