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

Method pageCount

source/game/StarCodex.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61size_t Codex::pageCount() const {
62 return m_pages.size();
63}
64
65Json Codex::itemConfig() const {
66 return m_itemConfig;

Callers 2

forwardPageMethod · 0.80
setupPageTextMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected