GetWeaponRanged(object)

Checks whether a given item is a ranged weapon.

int GetWeaponRanged(
    object oItem
);

Parameters

oItem

Item to be checked.


Description

Returns TRUE if oItem is a ranged weapon.



Version

1.22

See Also

functions: IPGetIsMeleeWeapon | IPGetIsRangedWeapon
categories: Get Data from Object Functions


 author: Kristian Markon