Searched refs:SV_GetPitchSign (Results 1 – 10 of 10) sorted by relevance
/dports/games/xonotic/Xonotic/source/darkplaces/ |
H A D | server.h | 604 int SV_GetPitchSign(prvm_prog_t *prog, prvm_edict_t *ent);
|
H A D | sv_phys.c | 47 int SV_GetPitchSign(prvm_prog_t *prog, prvm_edict_t *ent) in SV_GetPitchSign() function 221 pitchsign = SV_GetPitchSign(prog, touch); in SV_TracePoint() 370 pitchsign = SV_GetPitchSign(prog, touch); in SV_TraceLine() 548 pitchsign = SV_GetPitchSign(prog, touch); in SV_TraceBox_()
|
H A D | world.c | 1821 pitchsign = SV_GetPitchSign(prog, ed); in World_Physics_Frame_BodyToEntity() 2705 pitchsign = SV_GetPitchSign(prog, ed); in World_Physics_Frame_BodyFromEntity()
|
H A D | svvm_cmds.c | 2437 pitchsign = SV_GetPitchSign(prog, ent); in SV_GetEntityMatrix()
|
H A D | sv_main.c | 1580 pitchsign = SV_GetPitchSign(prog, touch); in SV_CanSeeBox()
|
/dports/games/darkplaces/darkplaces/ |
H A D | server.h | 604 int SV_GetPitchSign(prvm_prog_t *prog, prvm_edict_t *ent);
|
H A D | sv_phys.c | 47 int SV_GetPitchSign(prvm_prog_t *prog, prvm_edict_t *ent) in SV_GetPitchSign() function 221 pitchsign = SV_GetPitchSign(prog, touch); in SV_TracePoint() 370 pitchsign = SV_GetPitchSign(prog, touch); in SV_TraceLine() 548 pitchsign = SV_GetPitchSign(prog, touch); in SV_TraceBox_()
|
H A D | world.c | 1821 pitchsign = SV_GetPitchSign(prog, ed); in World_Physics_Frame_BodyToEntity() 2705 pitchsign = SV_GetPitchSign(prog, ed); in World_Physics_Frame_BodyFromEntity()
|
H A D | svvm_cmds.c | 2443 pitchsign = SV_GetPitchSign(prog, ent); in SV_GetEntityMatrix()
|
H A D | sv_main.c | 1593 pitchsign = SV_GetPitchSign(prog, touch); in SV_CanSeeBox()
|