]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/bgmscript.qh
Merge remote branch 'origin/fruitiex/add_soundchan'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / bgmscript.qh
1 .string bgmscript;
2 .float bgmscriptattack;
3 .float bgmscriptdecay;
4 .float bgmscriptsustain;
5 .float bgmscriptrelease;
6
7 .float just_toggled;
8
9 void BGMScript_InitEntity(entity e);
10 float BGMScript(entity e);