Files
ACE3/addons/common/functions/fnc_getTurretConfigPath.sqf
2023-09-12 20:58:10 +02:00

20 lines
350 B
Plaintext

#include "..\script_component.hpp"
/*
* Author: commy2
* Get the config path of a vehicles turret.
*
* Arguments:
* 0: Vehicle Config <CONFIG>
* 1: Turret indecies <ARRAY>
*
* Return Value:
* Turret config <CONFIG>
*
* Example:
* [CfgVehicle, [Array]] call ace_common_fnc_getTurretConfigPath
*
* Public: Yes
*/
call CBA_fnc_getTurret