Lines Matching full:entity
116 setorigin (entity, origin)
137 setsize (entity, minvector, maxvector)
159 setmodel(entity, model)
464 Each entity can have eight independant sound sources, like voice,
468 allready running on that entity/channel pair.
479 edict_t *entity;
483 entity = G_EDICT(OFS_PARM0);
489 SV_StartSound (entity, channel, sample, volume, attenuation);
549 Returns true if the given entity can move to the given position from it's
552 scalar checkpos (entity, vector)
604 // get the PVS for the entity
652 // if current entity can't possibly see the check entity, return 0
849 // entity (entity start, .string field, string match) find = #5;
1122 entity nextent(entity)
1153 vector aim(entity, missilespeed)
1460 // throw the entity away now
1480 PR_RunError ("Entity is not a client");
1546 string(entity e, string key) infokey
1626 PF_makevectors, // void(entity e) makevectors = #1;
1627 PF_setorigin, // void(entity e, vector o) setorigin = #2;
1628 PF_setmodel, // void(entity e, string m) setmodel = #3;
1629 PF_setsize, // void(entity e, vector min, vector max) setsize = #4;
1630 PF_Fixme, // void(entity e, vector min, vector max) setabssize = #5;
1633 PF_sound, // void(entity e, float chan, string samp) sound = #8;
1639 PF_Spawn, // entity() spawn = #14;
1640 PF_Remove, // void(entity e) remove = #15;
1642 PF_checkclient, // entity() clientlist = #17;
1643 PF_Find, // entity(entity start, .string fld, string match) find = #18;
1646 PF_stuffcmd, // void(entity client, string s)stuffcmd = #21;
1647 PF_findradius, // entity(vector org, float rad) findradius = #22;
1649 PF_sprint, // void(entity client, string s) sprint = #24;
1656 PF_eprint, // void(entity e) debug print an entire entity