Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
flac_weapon.qh
Go to the documentation of this file.
1#pragma once
2
5/* impulse */ ATTRIB(FlacAttack, impulse, int, 5);
6/* refname */ ATTRIB(FlacAttack, netname, string, "turret_flac");
7/* wepname */ ATTRIB(FlacAttack, m_name, string, _("FLAC"));
string netname
Definition flac_weapon.qh:6
string m_name
Definition flac_weapon.qh:7
ATTRIB(Weapon, m_canonical_spawnfunc, string)
the canonical spawnfunc name
#define NEW(cname,...)
Definition oo.qh:117
#define CLASS(...)
Definition oo.qh:145
#define ENDCLASS(cname)
Definition oo.qh:281
#define REGISTER_WEAPON(id, inst)
Definition all.qh:136
const int WEP_FLAG_HIDDEN
Definition weapon.qh:216
const int WEP_FLAG_SPECIALATTACK
Definition weapon.qh:227