MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SetFlag

Method SetFlag

ui/UIGadget.cpp:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186void UIGadget::SetHotkey(int key) { m_Hotkey = key; }
187
188void UIGadget::SetFlag(int flag) { m_Flags |= flag; }
189
190void UIGadget::ClearFlag(int flag) { m_Flags &= (~flag); }
191

Callers 2

RealizeMethod · 0.80
OnAttachToWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected