mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-30 16:01:49 +00:00
declare testentitypos and hullpointcontents
This commit is contained in:
parent
5410fbad7e
commit
e8f26cda79
1 changed files with 2 additions and 0 deletions
2
defs.qc
2
defs.qc
|
@ -563,6 +563,8 @@ float(string s) stof = #81; // convert string to float
|
||||||
void(vector where, float set) multicast = #82; // sends the temp message
|
void(vector where, float set) multicast = #82; // sends the temp message
|
||||||
// to a set of clients,
|
// to a set of clients,
|
||||||
// possibly in PVS or PHS
|
// possibly in PVS or PHS
|
||||||
|
entity (entity ent) testentitypos = #92;
|
||||||
|
integer (entity ent, vector point) hullpointcontents = #93;
|
||||||
vector (integer hull, integer max) getboxbounds = #94;
|
vector (integer hull, integer max) getboxbounds = #94;
|
||||||
integer () getboxhull = #95;
|
integer () getboxhull = #95;
|
||||||
void (integer hull) freeboxhull = #96;
|
void (integer hull) freeboxhull = #96;
|
||||||
|
|
Loading…
Reference in a new issue