declare testentitypos and hullpointcontents

This commit is contained in:
Bill Currie 2001-07-27 23:07:55 +00:00
parent 5410fbad7e
commit e8f26cda79
1 changed files with 2 additions and 0 deletions

View File

@ -563,6 +563,8 @@ float(string s) stof = #81; // convert string to float
void(vector where, float set) multicast = #82; // sends the temp message
// to a set of clients,
// possibly in PVS or PHS
entity (entity ent) testentitypos = #92;
integer (entity ent, vector point) hullpointcontents = #93;
vector (integer hull, integer max) getboxbounds = #94;
integer () getboxhull = #95;
void (integer hull) freeboxhull = #96;