Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ noselection
Function
noselection
source/src/editing.cpp:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
bool noselection()
106
{
107
if(!selset()) conoutf(
"no selection"
);
108
return !selset();
109
}
110
111
VARP(hideeditslotinfo, 0, 0, 2);
112
Callers
nothing calls this directly
Calls
2
selset
Function · 0.85
conoutf
Function · 0.70
Tested by
no test coverage detected