MCPcopy 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
100bool MapPosition::empty() const
101{
102 return _position == Vector3(0,0,0) && _angle == Vector3(0,0,0);
103}
104
105void MapPosition::store(const cmd::ArgumentList& args)
106{

Callers 15

testSelectMethod · 0.45
isVisibleMethod · 0.45
ModelCache.cppFile · 0.45
getSkinMethod · 0.45
applySkinMethod · 0.45
StaticModel.cppFile · 0.45
PicoModelModuleClass · 0.45
finishSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected