cs_weapons_api_stocks functions
All callable symbols documented in this include, grouped by declaration type.
Stocks
| Name | Signature |
|---|---|
| check_player_slot | stock check_player_slot(id, weapon_ent) { |
| get_weapon_owner | stock get_weapon_owner(ent) return get_pdata_cbase(ent, 41, 4) |
| ham_give_weapon | stock ham_give_weapon(id, weapon[], val = 0) { |
| ham_strip_weapon | stock ham_strip_weapon(id, const weapon[]) { |
| no_ammo_weapon | stock no_ammo_weapon(weapon_id) { |
| show_weapon | stock show_weapon(id, weapon[]) { |
| slot_filled | stock slot_filled(id, slot) return get_pdata_cbase(id, 367+slot) > 0 |
| UTIL_PlayWeaponAnimation | stock UTIL_PlayWeaponAnimation(const id, const seq) { |