X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqcmodel_hooks.qh;h=14b171b6c2a53bbc318c88963e48b9b97d5e0563;hb=ad22f3a1bc3b8fd93f5eabb0ab7139908d98b650;hp=f952d0b0a02dcc652482733f72d2debff38c919a;hpb=0dec7bcf5fa101452e59fe30b74daf24251d93e8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqcmodel_hooks.qh b/qcsrc/client/csqcmodel_hooks.qh index f952d0b0a..14b171b6c 100644 --- a/qcsrc/client/csqcmodel_hooks.qh +++ b/qcsrc/client/csqcmodel_hooks.qh @@ -23,6 +23,8 @@ const int MF_TRACER3 = BIT(7); // purple trail .int csqcmodel_modelflags; .int csqcmodel_traileffect; +.bool csqcmodel_isdead; // used by shownames and miscfunctions (entcs_IsDead) to know when a player is dead + .int isplayermodel; void CSQCModel_Effects_Apply(entity this);