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

Method SendResourceLoadedHint

LuaSTGPlus/AppFrame.h:226–230  ·  view source on GitHub ↗

�����ýӿ�

Source from the content-addressed store, hash-verified

224#if (defined LDEVVERSION) || (defined LDEBUG)
225 public: // �����ýӿ�
226 void SendResourceLoadedHint(ResourceType Type, ResourcePoolType PoolType, const char* Name, const wchar_t* Path, float LoadingTime)
227 {
228 if (m_DebuggerClient)
229 m_DebuggerClient->SendResourceLoadedHint(Type, PoolType, Name, Path, LoadingTime);
230 }
231 void SendResourceRemovedHint(ResourceType Type, ResourcePoolType PoolType, const char* Name)
232 {
233 if (m_DebuggerClient)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected