Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
normal.qh
Go to the documentation of this file.
1#pragma once
2
4
5#ifdef SVQC
6void nade_normal_boom(entity this);
7#endif // SVQC
8
11 ATTRIB(NormalNade, m_name, string, _("Grenade"));
12#ifndef SVQC
13 ATTRIB(NormalNade, m_icon, string, "nade_normal");
14#endif
15 ATTRIB(NormalNade, netname, string, "normal");
16#ifdef SVQC
18#endif
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
Definition nades.qh:14
string netname
Definition normal.qh:15
vector m_color
Definition normal.qh:10
string m_name
Definition normal.qh:11
int impulse
Definition normal.qh:17
void nade_normal_boom(entity this)
Definition normal.qc:4
#define CLASS(...)
Definition oo.qh:145
#define ENDCLASS(cname)
Definition oo.qh:281
#define ATTRIB(...)
Definition oo.qh:148
vector
Definition self.qh:92