BIS fnc isThrowable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|s1= +" to "|s1= ")
m (Text replacement - "\|s([0-9])= ([^ ]+) (\[\[call\]\]) ([^ ]+) " to "|s$1= $2 call $4 ")
Line 8: Line 8:
|descr= Returns true if given magazine is throwable
|descr= Returns true if given magazine is throwable


|s1= magazine [[call]] [[BIS_fnc_isThrowable]]
|s1= magazine call [[BIS_fnc_isThrowable]]


|p1= magazine: [[String]] - magazine class name
|p1= magazine: [[String]] - magazine class name

Revision as of 19:18, 20 June 2021

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:
_isThrowable = "SmokeShellGreen" call BIS_fnc_isThrowable;

Additional Information

See also:
magazinescurrentThrowable

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