ACE3/addons/common/functions/fnc_binocularMagazine.sqf
Drofseh 5e396a3793
Revert "Update from acemod master (#1)" (#2)
This reverts commit 4d1a5194ea1c892e9fd6f0594f497523a443d850.
2018-01-17 03:36:10 -08:00

21 lines
416 B
Plaintext

/*
* Author: commy2
* Returns the magazine of the units rangefinder.
*
* Arguments:
* 0: Unit <OBJECT>
*
* Return Value:
* Magazine of the units binocular <STRING>
*
* Example:
* player call ace_common_fnc_binocularMagazine
*
* Public: Yes
*/
#include "script_component.hpp"
ACE_DEPRECATED("ace_common_fnc_binocularMagazine","3.8.0","CBA_fnc_binocularMagazine");
_this call CBA_fnc_binocularMagazine