Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
moduleDependencySort
Method · 0.45
loadModuleGroup
Method · 0.45
loadModuleExplicit
Method · 0.45
findModules
Method · 0.45
synchronizeDependencies
Method · 0.45
clearDatabase
Method · 0.45
registerModule
Method · 0.45
resolveModuleDependencies
Method · 0.45
getDependencyCount
Method · 0.45
getDependencies
Method · 0.45
writeDependencies
Method · 0.45
moduleManager_ScriptBinding.h
File · 0.45
Calls
no outgoing calls
Tested by
1
TEST_FIX
Function · 0.36