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

Method isArbitraryObject

Engine/source/afx/afxConstraint.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool afxConstraintDef::isArbitraryObject()
63{
64 return ((mCons_src_name != ST_NULLSTRING) && (mDef_type == CONS_SCENE));
65}
66
67void afxConstraintDef::reset()
68{

Callers 1

initConstraintDefsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected