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

Function PKR_Disconnect

src/SB/Core/x/xpkrsvc.cpp:822–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822void PKR_Disconnect(st_PACKER_READ_DATA* pr)
823{
824 if (pr->pkg != NULL)
825 {
826 g_hiprf->destroy(pr->pkg);
827 pr->pkg = NULL;
828 }
829}
830
831U32 PKRAssetIDFromInst(void* inst)
832{

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected