MCPcopy Create free account
hub / github.com/demoth/jake2 / CM_LeafArea

Method CM_LeafArea

qcommon/src/main/java/jake2/qcommon/CM.java:805–809  ·  view source on GitHub ↗
(int leafnum)

Source from the content-addressed store, hash-verified

803 }
804
805 public int CM_LeafArea(int leafnum) {
806 if (leafnum < 0 || leafnum >= numleafs)
807 Com.Error(Defines.ERR_DROP, "CM_LeafArea: bad number");
808 return map_leafs[leafnum].area;
809 }
810
811 cplane_t[] box_planes;
812

Callers 5

PF_inPVSMethod · 0.80
PF_inPHSMethod · 0.80
SV_LinkEdictMethod · 0.80
SV_MulticastMethod · 0.80
SV_BuildClientFrameMethod · 0.80

Calls 1

ErrorMethod · 0.95

Tested by

no test coverage detected