mirror of
https://github.com/rehlds/reapi.git
synced 2024-12-28 07:35:31 +03:00
Improved description for rg_get_weapon_info
(#269)
This commit is contained in:
parent
ab94d09850
commit
867368f56d
@ -466,6 +466,8 @@ native bool:rg_has_item_by_name(const index, const item[]);
|
||||
* @param weapon name or id Weapon id, see WEAPON_* constants, WeaponIdType or weapon_* name
|
||||
* @param WpnInfo:type Info type, see WI_* constants
|
||||
*
|
||||
* @note weapon_* name can only be used to get WI_ID
|
||||
*
|
||||
* @return Weapon information
|
||||
* @error If weapon_id or type are out of bounds, an error will be thrown
|
||||
*/
|
||||
|
@ -752,6 +752,8 @@ cell AMX_NATIVE_CALL rg_has_item_by_name(AMX *amx, cell *params)
|
||||
* @param weapon name or id Weapon id, see WEAPON_* constants, WeaponIdType or weapon_* name
|
||||
* @param WpnInfo:type Info type, see WI_* constants
|
||||
*
|
||||
* @note weapon_* name can only be used to get WI_ID
|
||||
*
|
||||
* @return Weapon information
|
||||
* @error If weapon_id or type are out of bounds, an error will be thrown
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user