MCPcopy Create free account
hub / github.com/crossuo/crossuo / GetTextEntryOwner

Method GetTextEntryOwner

src/Managers/GumpManager.cpp:249–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249CGump *CGumpManager::GetTextEntryOwner()
250{
251 QFOR(gump, m_Items, CGump *)
252 {
253 if (gump->EntryPointerHere())
254 {
255 return gump;
256 }
257 }
258
259 return nullptr;
260}
261
262CGump *CGumpManager::GumpExists(uintptr_t gumpID)
263{

Callers 7

OnLeftMouseButtonUpMethod · 0.80
OnKeyDownMethod · 0.80
UpdateContentMethod · 0.80
UpdateContentMethod · 0.80
OnClickMethod · 0.80
SetTextWMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected