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

Method GetErrorString

Engine/lib/assimp/code/Common/Exporter.cpp:513–516  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

511
512// ------------------------------------------------------------------------------------------------
513const char* Exporter::GetErrorString() const {
514 ai_assert(nullptr != pimpl);
515 return pimpl->mError.c_str();
516}
517
518// ------------------------------------------------------------------------------------------------
519void Exporter::FreeBlob() {

Callers 3

fillGuiTreeViewMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected