throwables: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "↵|version1= 2.18↵|branch= dev" to "")
m (Fix)
 
Line 2: Line 2:


|game1= arma3
|game1= arma3
|version1= 2.18


|gr1= Weapons
|gr1= Weapons

Latest revision as of 16:07, 8 October 2024

Hover & click on the images for description

Description

Description:
Returns all throwables in unit inventory in currentThrowable format.
Groups:
WeaponsUnit Inventory

Syntax

Syntax:
throwables unit
Parameters:
unit: Object
Return Value:
Array - array of throwables in format [[magazineName, muzzleName, id], ...], where:

Examples

Example 1:
throwables player; /* [ ["HandGrenade","HandGrenadeMuzzle",[1e+007,0]], ["SmokeShell","SmokeShellMuzzle",[1e+007,0]], ["SmokeShellGreen","SmokeShellGreenMuzzle",[1e+007,0]], ["Chemlight_green","ChemlightGreenMuzzle",[1e+007,0]], ["Chemlight_green","",[1e+007,0]], ["HandGrenade","",[1e+007,0]] ] */

Additional Information

See also:
selectThrowable currentThrowable isThrowable selectWeapon currentWeapon currentMagazine currentMuzzle BIS_fnc_isThrowable

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