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

Method getDepthHack

radiantcore/particles/ParticleDef.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13float ParticleDef::getDepthHack()
14{
15 ensureParsed();
16 return _depthHack;
17}
18
19void ParticleDef::setDepthHack(float value)
20{

Callers 5

TEST_FFunction · 0.80
createParticleFromSourceFunction · 0.80
copyFromMethod · 0.80
isEqualToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected