Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
hk_weapon.qh
Go to the documentation of this file.
1#pragma once
2
ATTRIB(Weapon, m_canonical_spawnfunc, string)
the canonical spawnfunc name
#define NEW(cname,...)
Definition oo.qh:120
#define CLASS(...)
Definition oo.qh:149
#define ENDCLASS(cname)
Definition oo.qh:286
#define REGISTER_WEAPON(id, inst)
Definition all.qh:136
const int WEP_FLAG_HIDDEN
hides from menu
Definition weapon.qh:253
const int WEP_FLAG_SPECIALATTACK
special attack (not a true weapon); NOTE: if this flag is set then WEP_FLAG_HIDDEN must be set as wel...
Definition weapon.qh:264