mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 15:21:51 +00:00
the break builtin doesn't parse now that qfcc has break
This commit is contained in:
parent
c32a920e94
commit
111cb080d8
1 changed files with 1 additions and 1 deletions
2
defs.qc
2
defs.qc
|
@ -434,7 +434,7 @@ void(entity e, vector o) setorigin = #2;
|
||||||
void(entity e, string m) setmodel = #3; // set movetype and solid first
|
void(entity e, string m) setmodel = #3; // set movetype and solid first
|
||||||
void(entity e, vector min, vector max) setsize = #4;
|
void(entity e, vector min, vector max) setsize = #4;
|
||||||
// #5 was removed
|
// #5 was removed
|
||||||
void() break = #6;
|
//void() break = #6; no longer parses in qfcc and not needed
|
||||||
float() random = #7; // returns 0 - 1
|
float() random = #7; // returns 0 - 1
|
||||||
void(entity e, float chan, string samp, float vol, float atten) sound = #8;
|
void(entity e, float chan, string samp, float vol, float atten) sound = #8;
|
||||||
vector(vector v) normalize = #9;
|
vector(vector v) normalize = #9;
|
||||||
|
|
Loading…
Reference in a new issue