ACE3/addons/common/functions/fnc_getTurretConfigPath.sqf

20 lines
350 B
Plaintext
Raw Normal View History

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