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

Method SendResourceRemovedHint

LuaSTGPlus/AppFrame.h:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)
234 m_DebuggerClient->SendResourceRemovedHint(Type, PoolType, Name);
235 }
236 void SendResourceClearedHint(ResourcePoolType PoolType)
237 {
238 if (m_DebuggerClient)

Callers 1

RemoveResourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected