# Unit In Range And Able To Attack Target
Grammar — u In Range and Able To Attack s
Flags —Native|Function
Returns true if the specified unit is in range and currently able to attack the given target. This function does not factor in is weapon cooldowns.
# Arguments
unit— Unitunit— Target
Returns — bool
native bool UnitInRangeAndAbleToAttackTarget(
unit inUnit,
unit inTarget,
);
# Related
Category: Unit / Weapons
- Remove Weapon From Unit —
void— UnitWeaponRemove - Add Weapon To Unit —
void— UnitWeaponAdd - Number Of Weapons On Unit —
int— UnitWeaponCount - Unit Weapon —
string<gamelink::Weapon> — UnitWeaponGet - Weapon Is Enabled —
bool— UnitWeaponIsEnabled - Weapon Target Check —
bool— UnitWeaponCheck - Weapon Cooldown —
fixed— UnitWeaponPeriod - Weapon Range —
fixed— UnitWeaponRange - Weapon Cooldown Remaining —
fixed— UnitWeaponPeriodRemaining - Add Ammo To Magazine —
void— UnitMagazineArm - Last Created Magazine Ammo Unit —
unit— UnitMagazineLastCreated - Last Created Magazine Ammo Units —
unitgroup— UnitMagazineLastCreatedGroup - Magazine Count Of Unit —
int— UnitMagazineCount - Magazine Owner Of Unit —
unit— UnitGetMagazine - Unit Can Attack Unit Old —
bool— libNtve_gf_UnitCanAttackUnit - Unit Can Attack Unit Type —
bool— UnitCanAttackTarget - Unit In Range And Able To Attack Target —
bool— UnitInRangeAndAbleToAttackTarget - Weapon Damage —
fixed— UnitWeaponDamage - Weapon Speed Multiplier —
fixed— UnitWeaponSpeedMultiplier - Set Weapon Cooldown Remaining —
void— UnitWeaponSetPeriodRemaining
# Examples
— None found —