Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
546
Maybe<String> Npc::statusText() const {
547
return m_statusText.get();
548
}
549
550
bool Npc::displayNametag() const {
551
return m_displayNametag.get();
Callers
2
entityNametag
Method · 0.45
update
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected