BIS fnc getTurrets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\|= " to " ")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
Line 1: Line 1:
{{Function|Comments=
{{Function


| arma3 |Game name=
| arma3


|1.00|Game version=
|1.00


|gr1 = Object Manipulation |GROUP1=
|gr1 = Object Manipulation


| Return vehicle turrets. |DESCRIPTION=
| Return vehicle turrets.


| [input, outputType] call [[BIS_fnc_getTurrets]] |SYNTAX=
| [input, outputType] call [[BIS_fnc_getTurrets]]


|p1= input: [[Object]] or [[String]] - Object or object's class name|PARAMETER1=
|p1= input: [[Object]] or [[String]] - Object or object's class name
|p2= outputType: [[Config]] or [[Array]] - Output type (array of config paths or IDs)|PARAMETER2=
|p2= outputType: [[Config]] or [[Array]] - Output type (array of config paths or IDs)


| [[Array]] of [[Config|configs]] or [[Array]] - vehicle turrets|RETURNVALUE=
| [[Array]] of [[Config|configs]] or [[Array]] - vehicle turrets


|x1= <code>[ [[vehicle]] [[player]] ]  [[call]] [[BIS_fnc_getTurrets]];</code>
|x1= <code>[ [[vehicle]] [[player]] ]  [[call]] [[BIS_fnc_getTurrets]];</code>


| [[moveInTurret]], [[allTurrets]] |SEEALSO=
| [[moveInTurret]], [[allTurrets]]
}}
}}



Revision as of 00:00, 18 January 2021

Hover & click on the images for description

Description

Description:
Return vehicle turrets.
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
[input, outputType] call BIS_fnc_getTurrets
Parameters:
input: Object or String - Object or object's class name
outputType: Config or Array - Output type (array of config paths or IDs)
Return Value:
Array of configs or Array - vehicle turrets

Examples

Example 1:
[ vehicle player ] call BIS_fnc_getTurrets;

Additional Information

See also:
moveInTurretallTurrets

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


Bottom Section