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

Method getDeclarationLine

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

Get the declaration line number

Source from the content-addressed store, hash-verified

572
573 /// Get the declaration line number
574 S32 getDeclarationLine() const { return mDeclarationLine; }
575
576 /// Save object as a TorqueScript File.
577 virtual bool save( const char* pcFilePath, bool bOnlySelected = false, const char *preappend = NULL );

Callers 4

simObject.cppFile · 0.80
updateLineOffsetsMethod · 0.80
compareFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected