Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ empty
Method
empty
radiantcore/map/MapPosition.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
bool MapPosition::empty() const
101
{
102
return _position == Vector3(0,0,0) && _angle == Vector3(0,0,0);
103
}
104
105
void MapPosition::store(const cmd::ArgumentList& args)
106
{
Callers
15
testSelect
Method · 0.45
StaticModelSurface.cpp
File · 0.45
isVisible
Method · 0.45
ModelCache.cpp
File · 0.45
createRenderableSurfaces
Method · 0.45
getSkin
Method · 0.45
postModuleInitialisation
Method · 0.45
applySkin
Method · 0.45
StaticModel.cpp
File · 0.45
DetermineDefaultMaterial
Method · 0.45
PicoModelModule
Class · 0.45
finishSurface
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected