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

Method GrowDataEnable

src/SB/Core/x/xFactory.cpp:84–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void xFactory::GrowDataEnable(xBase* user, S32 isResume)
85{
86 if (isResume)
87 {
88 growContextData.Resume(user);
89 }
90 else
91 {
92 growContextData.Init(user);
93 }
94}
95
96void xFactory::GrowDataDisable()
97{

Callers 2

BrainBeginMethod · 0.80
BrainExtendMethod · 0.80

Calls 2

ResumeMethod · 0.45
InitMethod · 0.45

Tested by

no test coverage detected