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

Method GetPythonHandle

Source/Client/NM_Engine/Data.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160HMODULE CData::GetPythonHandle()
161{
162 return m_hPythonHandle;
163}
164void CData::SetPythonHandle(HMODULE hModule)
165{
166 m_hPythonHandle = hModule;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected