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

Method icon

source/game/StarCodex.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47String Codex::icon() const {
48 return m_icon;
49}
50
51String Codex::page(size_t pageNum) const {
52 if (pageNum < m_pages.size())

Callers 2

addCodexesMethod · 0.80
updateCodexListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected