MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / valid

Method valid

tools/modeltool/modeltool.cpp:99–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 std::vector<std::string> animComands;
98
99 bool valid() {
100 if (staticMesh.meshes.size()) {
101 return true;
102 }
103 if (boundingMesh.meshes.size()) {
104 return true;
105 }
106 if (lodMeshes.size()) {
107 return true;
108 }
109
110 return false;
111 }
112};
113
114

Callers 2

mainFunction · 0.45
writeDrawInfoBZWFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected