MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / HideAssemblyWindow

Method HideAssemblyWindow

ReClass/CNodeFunctionPtr.h:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 inline bool IsInitialized( ) { return (m_pAssemblyWindow != NULL); }
22
23 inline void HideAssemblyWindow( )
24 {
25 if (m_bRedrawNeeded == FALSE)
26 {
27 if (m_pAssemblyWindow != NULL)
28 m_pAssemblyWindow->ShowWindow( SW_HIDE );
29 m_bRedrawNeeded = TRUE;
30 }
31 }
32
33private:
34 void DisassembleBytes( ULONG_PTR Address );

Callers 1

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected