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

Method IsGUI

src/GUI/BaseGUI.h:68–68  ·  view source on GitHub ↗

This is a user interface component.

Source from the content-addressed store, hash-verified

66
67 // This is a user interface component.
68 virtual bool IsGUI() { return true; }
69
70 // This is the HTMLGump component
71 virtual bool IsHTMLGump() { return false; }

Callers 15

ProcessMethod · 0.45
TestMoveOnDragMethod · 0.45
OnLeftMouseButtonUpMethod · 0.45
InitToolTipMethod · 0.45
InitToolTipMethod · 0.45
CalculateGumpStateMethod · 0.45
ProcessListingMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestMoveOnDragMethod · 0.36