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

Method AddTypeDrop

ReClass/CNodeBase.cpp:204–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202//}
203
204void CNodeBase::AddTypeDrop( const PVIEWINFO View, int x, int y )
205{
206 if (View->MultiSelected || ((y > View->ClientRect->bottom) || (y + 16 < 0)))
207 return;
208
209 if (m_bSelected)
210 AddIcon( View, 0, y, ICON_DROPARROW, 0, HS_DROP );
211}
212
213int CNodeBase::ResolveRTTI( ULONG_PTR Address, int x, const PVIEWINFO View, int y )
214{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected