MCPcopy Create free account
hub / github.com/assimp/assimp / aiGetErrorString

Function aiGetErrorString

code/Common/Assimp.cpp:466–468  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Returns the error text of the last failed import process.

Source from the content-addressed store, hash-verified

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

Callers 2

LoadThreadProcFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68