Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ typeName
Method
typeName
source/game/StarMonster.cpp:797–799 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
795
}
796
797
String Monster::typeName() const {
798
return m_monsterVariant.type;
799
}
800
801
MonsterVariant Monster::monsterVariant() const {
802
return m_monsterVariant;
Callers
6
CelestialCoordinate
Method · 0.45
customIndicator
Method · 0.45
addWorldEntityCallbacks
Function · 0.45
entityName
Method · 0.45
monsterType
Method · 0.45
stagehandType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected