BIS fnc returnVehicleTurrets: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Return the path to all turrets and sub-turrets in a vehicle. | ||
{{Feature arma3|Does not seem to work in {{arma3}}. Use [[allTurrets]] and [[BIS_fnc_allTurrets]] instead}} |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [configEntry] call [[BIS_fnc_returnVehicleTurrets]] |= Syntax | ||
|p1= |= Parameter 1 | |p1= configEntry: [[Config]] - vehicle config entry |= Parameter 1 | ||
| |= Return value | | [[Array]] - turret paths ([0], [0, 1] format) |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code><nowiki>[</nowiki>[[configFile]] >> "CfgVehicles" >> "B_MBT_01_TUSK_F"] [[call]] [[BIS_fnc_returnVehicleTurrets]];</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[allTurrets]], [[BIS_fnc_allTurrets]] |= See also | ||
}} | }} | ||
Revision as of 21:34, 29 April 2018
Description
- Description:
- Return the path to all turrets and sub-turrets in a vehicle.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [configEntry] call BIS_fnc_returnVehicleTurrets
- Parameters:
- configEntry: Config - vehicle config entry
- Return Value:
- Array - turret paths ([0], [0, 1] format)
Examples
- Example 1:
[configFile >> "CfgVehicles" >> "B_MBT_01_TUSK_F"] call BIS_fnc_returnVehicleTurrets;
Additional Information
- See also:
- allTurretsBIS_fnc_allTurrets
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