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

Method Done

src/SB/Core/x/xRMemData.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void RyzMemGrow::Done()
64{
65 this->amt_last = this->amt;
66 this->ptr_last = this->ptr;
67 this->user_last = this->user;
68 this->amt = 0;
69 this->ptr = NULL;
70 this->user = NULL;
71 this->flg_grow = 0;
72}

Callers 2

GrowDataDisableMethod · 0.45
xSTUnLoadSceneFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected