mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
cdc1f0c5e7
Now that qfcc actually supports them properly.
4 lines
143 B
R
4 lines
143 B
R
#include <infokey.h>
|
|
|
|
string (entity e, string key) infokey = #80;
|
|
void (entity ent, string key, string value) setinfokey = #0x000f0000 + 102;
|