Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
float ParticleDef::getDepthHack()
14
{
15
ensureParsed();
16
return _depthHack;
17
}
18
19
void ParticleDef::setDepthHack(float value)
20
{
Callers
5
updateWidgetsFromParticle
Method · 0.80
TEST_F
Function · 0.80
createParticleFromSource
Function · 0.80
copyFrom
Method · 0.80
isEqualTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected