BIS fnc isThrowable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\|= * " to " ")
m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>")
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function


| arma3 |Game name=
|game1= arma3
|version1= 1.62


|1.62|Game version=
|gr1= Inventory


|gr1 = Inventory |GROUP1=
|descr= Returns true if given magazine is throwable


| Returns true if given magazine is throwable |DESCRIPTION=
|s1= magazine call [[BIS_fnc_isThrowable]]


| magazine [[call]] [[BIS_fnc_isThrowable]] |SYNTAX=
|p1= magazine: [[String]] - magazine class name


|p1= magazine: [[String]] - magazine class name|PARAMETER1=
|r1= [[Boolean]] - [[true]] if throwable


| [[Boolean]] - [[true]] if throwable |RETURNVALUE=
|x1= <sqf>private _isThrowable = "SmokeShellGreen" call BIS_fnc_isThrowable;</sqf>
 
|x1= <code>_isThrowable = "SmokeShellGreen" [[call]] [[BIS_fnc_isThrowable]];</code>
 
|[[magazines]], [[currentThrowable]]|SEEALSO=


|seealso= [[magazines]] [[currentThrowable]]
}}
}}
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:itemType}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:itemType}}]]

Latest revision as of 23:44, 12 July 2022

Hover & click on the images for description

Description

Description:
Returns true if given magazine is throwable
Execution:
call
Groups:
Inventory

Syntax

Syntax:
magazine call BIS_fnc_isThrowable
Parameters:
magazine: String - magazine class name
Return Value:
Boolean - true if throwable

Examples

Example 1:
private _isThrowable = "SmokeShellGreen" call BIS_fnc_isThrowable;

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