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

Method getIgnoreListObject

Engine/source/T3D/turret/aiTurretShape.cpp:574–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574SimObject* AITurretShape::getIgnoreListObject(S32 index)
575{
576 return mIgnoreObjects.at(index);
577}
578
579//----------------------------------------------------------------------------
580

Callers 1

aiTurretShape.cppFile · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected