MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / SetComponentMode

Method SetComponentMode

radiantcore/selection/RadiantSelectionSystem.cpp:234–242  ·  view source on GitHub ↗

Set the current component mode to

Source from the content-addressed store, hash-verified

232
233// Set the current component mode to <mode>
234void RadiantSelectionSystem::SetComponentMode(ComponentSelectionMode mode)
235{
236 if (_componentMode != mode)
237 {
238 _componentMode = mode;
239
240 _sigComponentModeChanged.emit(_componentMode);
241 }
242}
243
244// returns the current component mode
245ComponentSelectionMode RadiantSelectionSystem::ComponentMode() const

Callers 2

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected