BIS fnc isThrowable: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|s1= +" to "|s1= ") |
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
||
(7 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
|descr= Returns true if given magazine is throwable | |descr= Returns true if given magazine is throwable | ||
|s1= magazine | |s1= magazine call [[BIS_fnc_isThrowable]] | ||
|p1= magazine: [[String]] - magazine class name | |p1= magazine: [[String]] - magazine class name | ||
|r1=[[Boolean]] - [[true]] if throwable | |r1= [[Boolean]] - [[true]] if throwable | ||
|x1= < | |x1= <sqf>private _isThrowable = "SmokeShellGreen" call BIS_fnc_isThrowable;</sqf> | ||
|seealso= [[magazines]] | |seealso= [[magazines]] [[currentThrowable]] | ||
}} | }} |
Latest revision as of 22:44, 12 July 2022
Description
Syntax
- Syntax:
- magazine call BIS_fnc_isThrowable
- Parameters:
- magazine: String - magazine class name
- Return Value:
- Boolean - true if throwable
Examples
- Example 1:
Additional Information
- See also:
- magazines currentThrowable
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