mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
21 lines
416 B
Plaintext
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
|