Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ GetHullCache
Method
GetHullCache
Source/Objects/envobject.cpp:1889–1891 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1887
}
1888
1889
HullCache* PlantComponent::GetHullCache() {
1890
return hull_cache;
1891
}
1892
1893
void PlantComponent::SetHullCache(HullCache* hc) {
1894
hull_cache = hc;
Callers
2
Draw
Method · 0.80
CreateLeaf
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected