]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/client/bgmscript.qh
reduce robo gib scale
[divverent/nexuiz.git] / data / 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);