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

Method SendResourceClearedHint

LuaSTGPlus/AppFrame.h:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 m_DebuggerClient->SendResourceRemovedHint(Type, PoolType, Name);
235 }
236 void SendResourceClearedHint(ResourcePoolType PoolType)
237 {
238 if (m_DebuggerClient)
239 m_DebuggerClient->SendResourceClearedHint(PoolType);
240 }
241#endif
242 public: // �ű����ýӿڣ�����μ�API�ĵ�
243 LNOINLINE void ShowSplashWindow(const char* imgPath = nullptr)LNOEXCEPT; // UTF8����

Callers 1

ClearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected