Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ description
Method
description
source/game/StarNpc.cpp:284–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
String Npc::description() const {
285
return
"Some funny looking person"
;
286
}
287
288
String Npc::species() const {
289
return m_humanoid.identity().species;
Callers
6
parseItemCollectable
Method · 0.45
guiFilterString
Method · 0.45
addCodexes
Method · 0.45
selectRecruit
Method · 0.45
buildItemDescriptionInner
Method · 0.45
defineObjectOrientation
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected