MCPcopy 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
215S32 TSShape::getTargetCount() const
216{
217 if(!this)
218 return -1;
219
220 return materialList->getMaterialNameList().size();
221
222}
223
224S32 TSShape::findNode(S32 nameIndex) const
225{

Callers 7

shapeEditor.ed.csFile · 0.45
shapeEditor.ed.csFile · 0.45
shapeBase.cppFile · 0.45
tsStatic.cppFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected