]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/impulse.qh
Merge branch 'master' into terencehill/menu_listbox_changes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / impulse.qh
1 #ifndef TRIGGER_IMPULSE_H
2 #define TRIGGER_IMPULSE_H
3
4 // tZorks trigger impulse / gravity
5 .float radius;
6 .float falloff;
7 .float strength;
8 .float lastpushtime;
9
10 #ifdef CSQC
11 void ent_trigger_impulse();
12 #endif
13
14 #endif