BIS fnc classWeapon: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - " \| arma2  \| *([0-9]\.[0-9]{2}) * " to " | arma2 |$1  |game2= arma2oa |version2= 1.50  |game3= tkoh |version3= 1.00  |game4= arma3 |version4= 0.50 ")  | 
				Lou Montana (talk | contribs)  m (Text replacement - " \|seealso *= *([^ ]*)\[\[BIS fnc ([a-zA-Z0-9_]+)\]\]([^ ]*)" to " |seealso= $1BIS_fnc_$2$3")  | 
				||
| (18 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{RV|type=function  | {{RV|type=function  | ||
| arma2  | |game1= arma2  | ||
|1.00  | |version1= 1.00  | ||
|game2= arma2oa  | |game2= arma2oa  | ||
| Line 15: | Line 15: | ||
|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= [[  | |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