Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ allowSubstitutions
Method
allowSubstitutions
Engine/source/console/simObject.h:999–999 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
997
/*C*/ SimObject(const SimObject&, bool = false);
998
bool isTempClone() const { return is_temp_clone; }
999
virtual bool allowSubstitutions() const { return false; }
1000
1001
public:
1002
static bool preventNameChanging;
Callers
1
setDataField
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected