Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getTargetCount
Method
getTargetCount
Engine/source/ts/tsShape.cpp:215–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
S32 TSShape::getTargetCount() const
216
{
217
if(!this)
218
return -1;
219
220
return materialList->getMaterialNameList().size();
221
222
}
223
224
S32 TSShape::findNode(S32 nameIndex) const
225
{
Callers
7
shapeEditor.ed.cs
File · 0.45
materialEditor.ed.cs
File · 0.45
shapeEditor.ed.cs
File · 0.45
materialEditor.ed.cs
File · 0.45
tsShapeConstruct.cpp
File · 0.45
shapeBase.cpp
File · 0.45
tsStatic.cpp
File · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected