Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setEntity
Method
setEntity
source/windowing/StarPortraitWidget.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void PortraitWidget::setEntity(PortraitEntityPtr entity) {
81
m_entity = entity;
82
updateSize();
83
}
84
85
void PortraitWidget::setMode(PortraitMode mode) {
86
m_portraitMode = mode;
Callers
4
setPlayer
Method · 0.80
InventoryPane
Method · 0.80
TeamBar
Method · 0.80
createPlayer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected