MCPcopy 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
797String Monster::typeName() const {
798 return m_monsterVariant.type;
799}
800
801MonsterVariant Monster::monsterVariant() const {
802 return m_monsterVariant;

Callers 6

CelestialCoordinateMethod · 0.45
customIndicatorMethod · 0.45
addWorldEntityCallbacksFunction · 0.45
entityNameMethod · 0.45
monsterTypeMethod · 0.45
stagehandTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected