Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ contains
Method
contains
source/game/StarTechDatabase.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
bool TechDatabase::contains(String const& techName) const {
28
return m_tech.contains(techName);
29
}
30
31
TechConfig TechDatabase::tech(String const& techName) const {
32
if (auto p = m_tech.ptr(techName))
Callers
15
activateRegion
Method · 0.45
update
Method · 0.45
spawnParametersForCell
Method · 0.45
adjustSpawnRegion
Method · 0.45
debugShowSpawnCells
Method · 0.45
updateAmbient
Method · 0.45
updateWeather
Method · 0.45
doesNotConnectToPart
Method · 0.45
checkPartCombinationsAllowed
Method · 0.45
BehaviorDatabase
Method · 0.45
behaviorTree
Method · 0.45
behaviorConfig
Method · 0.45
Calls
no outgoing calls
Tested by
6
SpeciesDatabase
Method · 0.36
species
Method · 0.36
inspectionLevel
Method · 0.36
hasLineOfSight
Method · 0.36
inspect
Method · 0.36
inspectionFailureText
Method · 0.36