MCPcopy 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
1889HullCache* PlantComponent::GetHullCache() {
1890 return hull_cache;
1891}
1892
1893void PlantComponent::SetHullCache(HullCache* hc) {
1894 hull_cache = hc;

Callers 2

DrawMethod · 0.80
CreateLeafMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected