BIS fnc classWeapon: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) m (Text replacement - " \|seealso *= *([^ ]*)\[\[BIS fnc ([a-zA-Z0-9_]+)\]\]([^ ]*)" to " |seealso= $1BIS_fnc_$2$3") |
||
(38 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | |||
|game1= arma2 | |||
|version1= 1.00 | |||
| | |game2= arma2oa | ||
|version2= 1.50 | |||
|1.00 | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
|gr1= Weapons | |||
|descr= Returns class of weapon given by string. | |||
| | |s1= weaponClass call [[BIS_fnc_classWeapon]] | ||
|p1= | |p1= weaponClass: [[String]] | ||
| | |r1= [[Config]] | ||
|x1= < | |x1= <sqf>private _weaponConfig = currentWeapon player call BIS_fnc_classWeapon;</sqf> | ||
|seealso= [[BIS_fnc_classMagazine]] [[isClass]] | |||
}} | }} | ||
Latest revision as of 18:02, 13 July 2022
Description
Syntax
- Syntax:
- weaponClass call BIS_fnc_classWeapon
- Parameters:
- weaponClass: String
- Return Value:
- Config
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_classMagazine 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