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

Method getObject

Engine/source/T3D/trigger.h:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171inline GameBase* Trigger::getObject(const U32 index)
172{
173 AssertFatal(index < getNumTriggeringObjects(), "Error, out of range object index");
174
175 return mObjects[index];
176}
177
178#endif // _H_TRIGGER
179

Callers 15

buildConvexOpcodeMethod · 0.45
updateMaterialsScriptFunction · 0.45
buildConvexMethod · 0.45
buildConvexMethod · 0.45
updatePosMethod · 0.45
buildConvexMethod · 0.45
buildConvexMethod · 0.45
resolveDisplacementMethod · 0.45
stepMethod · 0.45
_moveMethod · 0.45
_findContactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected