MCPcopy 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
105bool noselection()
106{
107 if(!selset()) conoutf("no selection");
108 return !selset();
109}
110
111VARP(hideeditslotinfo, 0, 0, 2);
112

Callers

nothing calls this directly

Calls 2

selsetFunction · 0.85
conoutfFunction · 0.70

Tested by

no test coverage detected