]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/gibs.qh
effectinfo: regenerate effectinfo.txt
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / gibs.qh
1 #ifndef GIBS_H
2 #define GIBS_H
3
4 .vector colormod;
5
6 .bool silent;
7
8 void Gib_Delete();
9
10 string species_prefix(int specnum);
11
12 void Gib_setmodel(entity gib, string mdlname, int specnum);
13
14 void new_te_bloodshower (int ef, vector org, float explosionspeed, int howmany);
15
16 void SUB_RemoveOnNoImpact();
17
18 void Gib_Touch();
19
20 void Gib_Draw();
21
22 void TossGib (string mdlname, vector safeorg, vector org, vector vconst, vector vrand, int specnum, bool destroyontouch, bool issilent);
23
24 void Ent_GibSplash(bool isNew);
25
26 void GibSplash_Precache();
27 #endif