BIS fnc weaponsEntityType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects(...)
Line 1: Line 1:
{{Function|Comments=
{{Function| arma3|1.00|gr1= Weapons| Return object's weapons as defined in config. Scans also turrets and pylons.| class [[call]] [[BIS_fnc_weaponsEntityType]]|p1= class: [[String]] or [[Array]] with string - Class of entity| [[Array]] with strings|x1= <code><nowiki>[</nowiki>"B_Soldier_GL_F"] [[call]] [[BIS_fnc_weaponsEntityType]];


| arma3 |Game name=
Returns ["arifle_MX_GL_ACO_F","hgun_P07_F","Throw","Put"]</code>|x2= <code><nowiki></nowiki>"B_Plane_CAS_01_dynamicLoadout_F" [[call]] [[BIS_fnc_weaponsEntityType]];
 
|1.00|Game version=
 
|gr1= Weapons |GROUP1=
 
| Return object's weapons as defined in config. Scans also turrets and pylons. |DESCRIPTION=
 
| class [[call]] [[BIS_fnc_weaponsEntityType]] |SYNTAX=
 
|p1= class: [[String]] or [[Array]] with string - Class of entity |PARAMETER1=
 
| [[Array]] with strings|RETURNVALUE=
 
|x1= <code><nowiki>[</nowiki>"B_Soldier_GL_F"] [[call]] [[BIS_fnc_weaponsEntityType]];
 
Returns ["arifle_MX_GL_ACO_F","hgun_P07_F","Throw","Put"]</code> |EXAMPLE1=
 
|x2= <code><nowiki></nowiki>"B_Plane_CAS_01_dynamicLoadout_F" [[call]] [[BIS_fnc_weaponsEntityType]];


Returns
Returns
Line 31: Line 13:
   "Bomb_04_Plane_CAS_01_F",
   "Bomb_04_Plane_CAS_01_F",
   "Rocket_04_AP_Plane_CAS_01_F"
   "Rocket_04_AP_Plane_CAS_01_F"
]</code> |EXAMPLE2=
]</code>|}}
 
| |SEEALSO=
 
}}




[[Category:Functions|{{uc:weaponsEntityType}}]]
[[Category:Functions|{{uc:weaponsEntityType}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:weaponsEntityType}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:weaponsEntityType}}]]

Revision as of 10:52, 18 January 2021

Hover & click on the images for description

Description

Description:
Return object's weapons as defined in config. Scans also turrets and pylons.
Execution:
call
Groups:
Weapons

Syntax

Syntax:
class call BIS_fnc_weaponsEntityType
Parameters:
class: String or Array with string - Class of entity
Return Value:
Array with strings

Examples

Example 1:
["B_Soldier_GL_F"] call BIS_fnc_weaponsEntityType; Returns ["arifle_MX_GL_ACO_F","hgun_P07_F","Throw","Put"]
Example 2:
"B_Plane_CAS_01_dynamicLoadout_F" call BIS_fnc_weaponsEntityType; Returns [ "Gatling_30mm_Plane_CAS_01_F", "Laserdesignator_pilotCamera", "CMFlareLauncher", "Missile_AA_04_Plane_CAS_01_F", "Rocket_04_HE_Plane_CAS_01_F", "Missile_AGM_02_Plane_CAS_01_F", "Bomb_04_Plane_CAS_01_F", "Rocket_04_AP_Plane_CAS_01_F" ]

Additional Information

See also:
See also needed

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