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

Method ToggleLevelOpen

ReClass/CNodeBase.h:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159 inline bool IsLevelOpen( int idx ) { return m_LevelsOpen[idx]; }
160 inline void ToggleLevelOpen( int idx ) { m_LevelsOpen[idx] = !m_LevelsOpen[idx]; }
161
162 // Incorrect view.address
163 void AddHotSpot( const PVIEWINFO View, const CRect& Spot, CString Text, int ID, int Type );

Callers 1

OnLButtonDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected