Home
last modified time | relevance | path

Searched refs:SV_GetPitchSign (Results 1 – 10 of 10) sorted by relevance

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dserver.h604 int SV_GetPitchSign(prvm_prog_t *prog, prvm_edict_t *ent);
H A Dsv_phys.c47 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 Dworld.c1821 pitchsign = SV_GetPitchSign(prog, ed); in World_Physics_Frame_BodyToEntity()
2705 pitchsign = SV_GetPitchSign(prog, ed); in World_Physics_Frame_BodyFromEntity()
H A Dsvvm_cmds.c2437 pitchsign = SV_GetPitchSign(prog, ent); in SV_GetEntityMatrix()
H A Dsv_main.c1580 pitchsign = SV_GetPitchSign(prog, touch); in SV_CanSeeBox()
/dports/games/darkplaces/darkplaces/
H A Dserver.h604 int SV_GetPitchSign(prvm_prog_t *prog, prvm_edict_t *ent);
H A Dsv_phys.c47 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 Dworld.c1821 pitchsign = SV_GetPitchSign(prog, ed); in World_Physics_Frame_BodyToEntity()
2705 pitchsign = SV_GetPitchSign(prog, ed); in World_Physics_Frame_BodyFromEntity()
H A Dsvvm_cmds.c2443 pitchsign = SV_GetPitchSign(prog, ent); in SV_GetEntityMatrix()
H A Dsv_main.c1593 pitchsign = SV_GetPitchSign(prog, touch); in SV_CanSeeBox()