MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / TexturePack_Extract

Function TexturePack_Extract

src/TexturePack.c:713–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711}
712
713void TexturePack_Extract(const cc_string* url) {
714 if (url->length) DownloadAsync(url);
715
716 if (String_Equals(url, &TexturePack_Url)) return;
717 String_Copy(&TexturePack_Url, url);
718 TexturePack_ExtractCurrent(false);
719}
720
721static struct TextureEntry* entries_head;
722static struct TextureEntry* entries_tail;

Callers 2

TexPackOverlay_YesClickFunction · 0.85

Calls 4

DownloadAsyncFunction · 0.85
String_EqualsFunction · 0.85
String_CopyFunction · 0.85

Tested by

no test coverage detected