MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / findObject

Method findObject

Engine/source/ts/tsShape.cpp:232–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232S32 TSShape::findObject(S32 nameIndex) const
233{
234 for (S32 i=0; i<objects.size(); i++)
235 if (objects[i].nameIndex==nameIndex)
236 return i;
237 return -1;
238}
239
240S32 TSShape::findDetail(S32 nameIndex) const
241{

Callers 5

initSourceGeometryMethod · 0.45
setMeshHiddenMethod · 0.45
getMeshHiddenMethod · 0.45
setMeshHiddenMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected