MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / statusText

Method statusText

source/game/StarNpc.cpp:546–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546Maybe<String> Npc::statusText() const {
547 return m_statusText.get();
548}
549
550bool Npc::displayNametag() const {
551 return m_displayNametag.get();

Callers 2

entityNametagMethod · 0.45
updateMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected