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

Method page

source/game/StarCodex.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51String Codex::page(size_t pageNum) const {
52 if (pageNum < m_pages.size())
53 return m_pages[pageNum];
54 return "";
55}
56
57List<String> Codex::pages() const {
58 return m_pages;

Callers 1

setupPageTextMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected