mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
742626ff1a
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
20 lines
350 B
Plaintext
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
|