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

Method portrait

source/game/StarQuests.cpp:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349Maybe<List<Drawable>> Quest::portrait(String const& portraitName) const {
350 return m_portraits.maybe(portraitName);
351}
352
353Maybe<String> Quest::portraitTitle(String const& portraitName) const {
354 return m_portraitTitles.maybe(portraitName);

Callers 2

setEntityParameterMethod · 0.45
createPreviewQuestFunction · 0.45

Calls 1

maybeMethod · 0.45

Tested by

no test coverage detected