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

Function CPE_ApplyTexturePack

src/Protocol.c:1080–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078}
1079
1080static void CPE_ApplyTexturePack(const cc_string* url) {
1081 if (!url->length || Utils_IsUrlPrefix(url)) {
1082 Server_RetrieveTexturePack(url);
1083 }
1084 Platform_Log1("Tex url: %s", url);
1085}
1086
1087
1088static void CPE_SetClickDistance(cc_uint8* data) {

Callers 2

CPE_EnvSetMapAppearanceFunction · 0.85
CPE_SetMapEnvUrlFunction · 0.85

Calls 3

Utils_IsUrlPrefixFunction · 0.85
Platform_Log1Function · 0.85

Tested by

no test coverage detected