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

Method portrait

source/game/StarNpc.cpp:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538List<Drawable> Npc::portrait(PortraitMode mode) const {
539 return m_humanoid.renderPortrait(mode);
540}
541
542String Npc::name() const {
543 return m_npcVariant.humanoidIdentity.name;

Callers 14

writePlayerDataMethod · 0.45
makePlayerCallbacksMethod · 0.45
entityPortraitMethod · 0.45
renderImplMethod · 0.45
updateSizeMethod · 0.45
selectRecruitMethod · 0.45
populateCrewMethod · 0.45
updateMethod · 0.45
renderMethod · 0.45
tickMethod · 0.45
showQuestsMethod · 0.45

Calls 1

renderPortraitMethod · 0.80

Tested by

no test coverage detected