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

Function InitQuery

Engine/lib/opcode/OPC_Collider.h:173–173  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// * Initializes a query */ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

171 */
172 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
173 virtual inline_ void InitQuery() { mFlags &= ~OPC_TEMPORAL_CONTACT; }
174 };
175
176#endif // __OPC_COLLIDER_H__

Callers 14

InitQueryMethod · 0.70
CollideMethod · 0.70
CollideMethod · 0.70
InitQueryMethod · 0.70
CollideMethod · 0.70
InitQueryMethod · 0.70
CollideMethod · 0.70
InitQueryMethod · 0.70
CollideMethod · 0.70
InitQueryMethod · 0.70
CollideMethod · 0.70
InitQueryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected