MCPcopy 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
284String Npc::description() const {
285 return "Some funny looking person";
286}
287
288String Npc::species() const {
289 return m_humanoid.identity().species;

Callers 6

parseItemCollectableMethod · 0.45
guiFilterStringMethod · 0.45
addCodexesMethod · 0.45
selectRecruitMethod · 0.45
defineObjectOrientationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected