MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / titleCount

Method titleCount

3ds/source/script/scripthost.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 class CtrScriptHost : public ScriptHost {
108 public:
109 int titleCount(void) override
110 {
111 refreshExtras();
112 return mSaveCount + (int)mExtras.size();
113 }
114
115 bool titleAt(int idx, HostTitle& out) override
116 {

Callers 2

titleIndexArgFunction · 0.45
ckpt_titles_countFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected