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

Method addMatrix

src/game/TextureMatrix.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71
72int TextureMatrixManager::addMatrix(TextureMatrix* texmat) {
73 matrices.push_back(texmat);
74 return ((int)matrices.size() - 1);
75}
76
77
78int TextureMatrixManager::findMatrix(const std::string& texmat) const {

Callers 4

writeToManagerMethod · 0.80
makeWaterMaterialMethod · 0.80
AddTextureMatrixMethod · 0.80
getLinkMaterialMethod · 0.80

Calls 2

push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected