MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / XST_PreLoadScene

Function XST_PreLoadScene

src/SB/Core/x/xstransvc.cpp:438–449  ·  view source on GitHub ↗

register crap

Source from the content-addressed store, hash-verified

436
437// register crap
438static S32 XST_PreLoadScene(st_STRAN_SCENE* sdata, const char* name)
439{
440 S32 buf = 0;
441 st_PACKER_READ_DATA* spkg =
442 g_pkrf->Init(sdata->userdata, (char*)name, 0x2e, &buf, g_typeHandlers);
443 sdata->spkg = spkg;
444 if (sdata->spkg != NULL)
445 {
446 return buf;
447 }
448 return NULL;
449}
450
451static char* XST_translate_sid(U32 sid, char* extension)
452{

Callers 1

xSTPreLoadSceneFunction · 0.85

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected