MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / SetPythonHandle

Method SetPythonHandle

Source/Client/NM_Engine/Data.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 return m_hPythonHandle;
163}
164void CData::SetPythonHandle(HMODULE hModule)
165{
166 m_hPythonHandle = hModule;
167}
168
169std::string CData::GetPythonName()
170{

Callers 1

GetPythonHandleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected