MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ~AppFrame

Method ~AppFrame

LuaSTGPlus/AppFrame.cpp:342–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342AppFrame::~AppFrame()
343{
344 if (m_iStatus != AppStatus::NotInitialized && m_iStatus != AppStatus::Destroyed)
345 {
346 // 若没有销毁框架,则执行销毁
347 Shutdown();
348 }
349}
350
351#pragma region 脚本接口
352LNOINLINE void AppFrame::ShowSplashWindow(const char* imgPath)LNOEXCEPT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected