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>
19 lines
382 B
Plaintext
19 lines
382 B
Plaintext
#include "..\script_component.hpp"
|
|
/*
|
|
* Authors: Ruthberg
|
|
* Checks if the target has a copyable range card
|
|
*
|
|
* Arguments:
|
|
* unit <OBJECT>
|
|
*
|
|
* Return Value:
|
|
* canShow <BOOL>
|
|
*
|
|
* Example:
|
|
* [bob] call ace_rangecard_fnc_canCopy
|
|
*
|
|
* Public: No
|
|
*/
|
|
|
|
((primaryWeapon _this) != "" && [_this] call EFUNC(common,isPlayer) && [_this, "ACE_RangeCard"] call EFUNC(common,hasItem))
|