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

Method isTempClone

Engine/source/console/simObject.h:998–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996public:
997 /*C*/ SimObject(const SimObject&, bool = false);
998 bool isTempClone() const { return is_temp_clone; }
999 virtual bool allowSubstitutions() const { return false; }
1000
1001public:

Callers 15

effects_initMethod · 0.80
~afxMagicSpellMethod · 0.80
onAddMethod · 0.80
~afxEffectronMethod · 0.80
onAddMethod · 0.80
~afxSelectronMethod · 0.80
free_residueMethod · 0.80
~afxEffectWrapperMethod · 0.80
ew_initMethod · 0.80
init_pathsMethod · 0.80
onNewDataBlockMethod · 0.80
~afxAudioBankMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected