Home | History | Annotate | Download | only in jni

Lines Matching full:entity

117 setorigin (entity, origin)
212 setsize (entity, minvector, maxvector)
231 setmodel(entity, model)
547 Each entity can have eight independant sound sources, like voice,
551 allready running on that entity/channel pair.
562 edict_t *entity;
566 entity = G_EDICT(OFS_PARM0);
581 SV_StartSound (entity, channel, sample, volume, attenuation);
672 Returns true if the given entity can move to the given position from it's
675 scalar checkpos (entity, vector)
727 // get the PVS for the entity
775 // if current entity can't possibly see the check entity, return 0
953 sprintf (pr_string_temp, "entity %i", G_EDICTNUM(OFS_PARM0));
974 // entity (entity start, .string field, string match) find = #5;
1298 entity nextent(entity)
1329 vector aim(entity, missilespeed)
1604 // throw the entity away now
1624 PR_RunError ("Entity is not a client");
1834 PF_makevectors, // void(entity e) makevectors = #1;
1835 PF_setorigin, // void(entity e, vector o) setorigin = #2;
1836 PF_setmodel, // void(entity e, string m) setmodel = #3;
1837 PF_setsize, // void(entity e, vector min, vector max) setsize = #4;
1838 PF_Fixme, // void(entity e, vector min, vector max) setabssize = #5;
1841 PF_sound, // void(entity e, float chan, string samp) sound = #8;
1847 PF_Spawn, // entity() spawn = #14;
1848 PF_Remove, // void(entity e) remove = #15;
1850 PF_checkclient, // entity() clientlist = #17;
1851 PF_Find, // entity(entity start, .string fld, string match) find = #18;
1854 PF_stuffcmd, // void(entity client, string s)stuffcmd = #21;
1855 PF_findradius, // entity(vector org, float rad) findradius = #22;
1857 PF_sprint, // void(entity client, string s) sprint = #24;
1864 PF_eprint, // void(entity e) debug print an entire entity