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

Method getCopySource

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

Return the object that this object is copying fields from.

Source from the content-addressed store, hash-verified

833
834 /// Return the object that this object is copying fields from.
835 SimObject* getCopySource() const { return mCopySource; }
836
837 /// Set the object that this object should be copying fields from.
838 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