Signature
enum ItemInfo
{
/*
* Description: -
* Return type: int
* Get params: rg_get_iteminfo(const ent, ItemInfo_iSlot);
* Set params: rg_set_iteminfo(const ent, ItemInfo_iSlot, const value);
*/
ItemInfo_iSlot,
/*
* Description: -
* Return type: int
* Get params: rg_get_iteminfo(const ent, ItemInfo_iPosition);
* Set params: rg_set_iteminfo(const ent, ItemInfo_iPosition, const value);
*/
ItemInfo_iPosition,
/*
* Description: -
* Return type: -
* Get params: rg_get_iteminfo(const ent, ItemInfo_pszAmmo1, const output[], maxlenght);
* Set params: rg_set_iteminfo(const ent, ItemInfo_pszAmmo1, const value[]);
*/
ItemInfo_pszAmmo1,
/*
* Description: -
* Return type: int
* Get params: rg_get_iteminfo(const ent, ItemInfo_iMaxAmmo1);
* Set params: rg_set_iteminfo(const ent, ItemInfo_iMaxAmmo1, const value);
*/
ItemInfo_iMaxAmmo1,
/*
* Description: -
* Return type: -
* Get params: rg_get_iteminfo(const ent, ItemInfo_pszAmmo2, const output[], maxlenght);
* Set params: rg_set_iteminfo(const ent, ItemInfo_pszAmmo2, const value[]);
*/
ItemInfo_pszAmmo2,
/*
* Description: -
* Return type: int
* Get params: rg_get_iteminfo(const ent, ItemInfo_iMaxAmmo2);
* Set params: rg_set_iteminfo(const ent, ItemInfo_iMaxAmmo2, const value);
*/
ItemInfo_iMaxAmmo2,
/*
* Description: -
* Return type: -
* Get params: rg_get_iteminfo(const ent, ItemInfo_pszName, const output[], maxlenght);
* Set params: rg_set_iteminfo(const ent, ItemInfo_pszName, const value[]);
*/
ItemInfo_pszName,
/*
* Description: -
* Return type: int
* Get params: rg_get_iteminfo(const ent, ItemInfo_iMaxClip);
* Set params: rg_set_iteminfo(const ent, ItemInfo_iMaxClip, const value);
*/
ItemInfo_iMaxClip,
/*
* Description: -
* Return type: int
* Get params: rg_get_iteminfo(const ent, ItemInfo_iId);
* Set params: rg_set_iteminfo(const ent, ItemInfo_iId, const value);
*/
ItemInfo_iId,
/*
* Description: -
* Return type: int
* Get params: rg_get_iteminfo(const ent, ItemInfo_iFlags);
* Set params: rg_set_iteminfo(const ent, ItemInfo_iFlags, const value);
*/
ItemInfo_iFlags,
/*
* Description: -
* Return type: int
* Get params: rg_get_iteminfo(const ent, ItemInfo_iWeight);
* Set params: rg_set_iteminfo(const ent, ItemInfo_iWeight, const value);
*/
ItemInfo_iWeight
};
Description
Item's info types for use with rg_set_[global_]iteminfo/rg_get_[global_]iteminfo()