]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/triggers.qh
The rest of the end of the start
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / triggers.qh
1 .void() trigger_touch;
2
3 .string bgmscript;
4 .float bgmscriptattack;
5 .float bgmscriptdecay;
6 .float bgmscriptsustain;
7 .float bgmscriptrelease;
8
9 // used elsewhere (will fix)
10 void multi_touch();
11 void spawnfunc_trigger_once();
12 string trigger_magicear_processmessage_forallears(entity source, float teamsay, entity privatesay, string msgin);
13
14 void target_voicescript_next(entity pl);
15 void target_voicescript_clear(entity pl);