MCPcopy 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
80void PortraitWidget::setEntity(PortraitEntityPtr entity) {
81 m_entity = entity;
82 updateSize();
83}
84
85void PortraitWidget::setMode(PortraitMode mode) {
86 m_portraitMode = mode;

Callers 4

setPlayerMethod · 0.80
InventoryPaneMethod · 0.80
TeamBarMethod · 0.80
createPlayerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected