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

Method SendResourceClearedHint

LuaSTGPlus/RemoteDebuggerClient.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void RemoteDebuggerClient::SendResourceClearedHint(ResourcePoolType PoolType)
90{
91 shared_ptr<Value> tMessage = make_shared<Value>(ValueType::Dictionary);
92 tMessage->VDict["pool"] = make_shared<Value>(static_cast<int>(PoolType));
93
94 sendUdpMessage(UdpMessageType::ResourceCleared, tMessage);
95}
96
97#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected