X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ftriggers.qh;h=474f797afea7ad67e1611b8c12644f836ab0af1d;hb=99c1b6ca80a69e112d410ee493d62f757b2c6df8;hp=8be1b3cd99c84365f125bd7a099c15f057668363;hpb=464305bd2132971e2d24a19989baa94789ad9e68;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/triggers.qh b/qcsrc/common/triggers/triggers.qh index 8be1b3cd9..474f797af 100644 --- a/qcsrc/common/triggers/triggers.qh +++ b/qcsrc/common/triggers/triggers.qh @@ -10,17 +10,14 @@ const float SPAWNFLAG_NOTOUCH = 1; .void() trigger_touch; +.float antiwall_flag; // Variable to define what to do with func_clientwall +// 0 == do nothing, 1 == deactivate, 2 == activate + .float height; .float nottargeted; #define IFTARGETED if(!self.nottargeted && self.targetname != "") -.string bgmscript; -.float bgmscriptattack; -.float bgmscriptdecay; -.float bgmscriptsustain; -.float bgmscriptrelease; - .float lip; // used elsewhere (will fix)