Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
void UIGadget::SetHotkey(int key) { m_Hotkey = key; }
187
188
void UIGadget::SetFlag(int flag) { m_Flags |= flag; }
189
190
void UIGadget::ClearFlag(int flag) { m_Flags &= (~flag); }
191
Callers
2
Realize
Method · 0.80
OnAttachToWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected