Get the declaration line number
| 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 ); |
no outgoing calls
no test coverage detected