MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / PurchaseDLCByPackID

Method PurchaseDLCByPackID

src/4JLibraries_Source/Commerce/cCommerce.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7bool cCommerce::PurchaseDLCByPackID(unsigned int) {
8 return false;
9}
10
11bool cCommerce::GetDLCProductInfo(cProductInfo**, unsigned int*, unsigned int, bool) {
12 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected