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