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

Method getDeclarationLine

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

Get the declaration line number

Source from the content-addressed store, hash-verified

564
565 /// Get the declaration line number
566 S32 getDeclarationLine() const { return mDeclarationLine; }
567
568 /// Save object as a TorqueScript File.
569 virtual bool save( const char* pcFilePath, bool bOnlySelected = false, const char *preappend = NULL );

Callers 6

simObject.cppFile · 0.80
updateLineOffsetsMethod · 0.80
compareFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected