BIS fnc classWeapon: Difference between revisions
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "")  | 
				Lou Montana (talk | contribs)  m (Text replacement - " \|seealso *= *([^ ]*)\[\[BIS fnc ([a-zA-Z0-9_]+)\]\]([^ ]*)" to " |seealso= $1BIS_fnc_$2$3")  | 
				||
| (25 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{  | {{RV|type=function  | ||
| arma2  | |game1= arma2  | ||
|version1= 1.00  | |||
|1.00  | |game2= arma2oa  | ||
|version2= 1.50  | |||
|game3= tkoh  | |||
|version3= 1.00  | |||
|game4= arma3  | |||
|version4= 0.50  | |||
|gr1= Weapons  | |gr1= Weapons  | ||
| Returns class of weapon given by string.  | |descr= Returns class of weapon given by string.  | ||
| weaponClass call [[BIS_fnc_classWeapon]]  | |s1= weaponClass call [[BIS_fnc_classWeapon]]  | ||
|p1= weaponClass: [[String]]  | |p1= weaponClass: [[String]]  | ||
| [[Config]]  | |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