------------------------------------------------------------------------------------------------ Returns the error text of the last failed import process.
| 464 | // ------------------------------------------------------------------------------------------------ |
| 465 | // Returns the error text of the last failed import process. |
| 466 | const char *aiGetErrorString() { |
| 467 | return gLastErrorString.c_str(); |
| 468 | } |
| 469 | |
| 470 | // ----------------------------------------------------------------------------------------------- |
| 471 | // Return the description of a importer given its index |
no outgoing calls