MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / ~CNodeFunctionPtr

Method ~CNodeFunctionPtr

ReClass/CNodeFunctionPtr.cpp:35–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35CNodeFunctionPtr::~CNodeFunctionPtr( )
36{
37 if (m_pAssemblyWindow != NULL)
38 {
39 m_pAssemblyWindow->Clear( );
40 m_pAssemblyWindow->ShowWindow( SW_HIDE );
41
42 delete m_pAssemblyWindow;
43 m_pAssemblyWindow = NULL;
44 }
45}
46
47void CNodeFunctionPtr::Update( const PHOTSPOT Spot )
48{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected