Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
bool afxConstraintDef::isArbitraryObject()
63
{
64
return ((mCons_src_name != ST_NULLSTRING) && (mDef_type == CONS_SCENE));
65
}
66
67
void afxConstraintDef::reset()
68
{
Callers
1
initConstraintDefs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected