quakeforge/tools/qfcc/test/test.r

13 lines
161 B
R
Raw Normal View History

entity self;
.float heat;
.entity ent;
.entity own;
entity () blah;
void (float x) foo =
{
if (self.heat = 0)
return;
if ((x = self.heat && 0))
return;
};