MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / size

Method size

Engine/source/materials/materialList.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67 bool empty() const { return mMaterialNames.empty(); }
68 U32 size() const { return (U32)mMaterialNames.size(); }
69
70 bool read(Stream &stream);
71 bool write(Stream &stream);

Callers 15

moduleDependencySortMethod · 0.45
loadModuleGroupMethod · 0.45
loadModuleExplicitMethod · 0.45
findModulesMethod · 0.45
clearDatabaseMethod · 0.45
registerModuleMethod · 0.45
getDependencyCountMethod · 0.45
getDependenciesMethod · 0.45
writeDependenciesMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FIXFunction · 0.36