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

Method CM_LeafCluster

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

Source from the content-addressed store, hash-verified

797 }
798
799 public int CM_LeafCluster(int leafnum) {
800 if (leafnum < 0 || leafnum >= numleafs)
801 Com.Error(Defines.ERR_DROP, "CM_LeafCluster: bad number");
802 return map_leafs[leafnum].cluster;
803 }
804
805 public int CM_LeafArea(int leafnum) {
806 if (leafnum < 0 || leafnum >= numleafs)

Callers 6

SV_FatPVSMethod · 0.95
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