Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
538
List<Drawable> Npc::portrait(PortraitMode mode) const {
539
return m_humanoid.renderPortrait(mode);
540
}
541
542
String Npc::name() const {
543
return m_npcVariant.humanoidIdentity.name;
Callers
14
writePlayerData
Method · 0.45
makePlayerCallbacks
Method · 0.45
entityPortrait
Method · 0.45
renderImpl
Method · 0.45
updateSize
Method · 0.45
selectRecruit
Method · 0.45
populateCrew
Method · 0.45
update
Method · 0.45
renderMonsterHealthBar
Method · 0.45
render
Method · 0.45
tick
Method · 0.45
showQuests
Method · 0.45
Calls
1
renderPortrait
Method · 0.80
Tested by
no test coverage detected