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

Method getCopySource

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

Return the object that this object is copying fields from.

Source from the content-addressed store, hash-verified

853
854 /// Return the object that this object is copying fields from.
855 SimObject* getCopySource() const { return mCopySource; }
856
857 /// Set the object that this object should be copying fields from.
858 void setCopySource( SimObject* object );

Callers 3

simObject.cppFile · 0.80
writeNewObjectMethod · 0.80
updateObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected