0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-06 17:32:05 +00:00
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;
};