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

Method IsValid

src/SB/Core/x/xsavegame.cpp:1408–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406}
1407
1408S32 XSGAutoData::IsValid()
1409{
1410 if (this->flg_autodata & 1 && !XSGAutoData::HWCheckConnect(this->lastTarg))
1411 {
1412 this->flg_autodata &= 0x0fffffffe;
1413 }
1414 return this->flg_autodata & 1;
1415}
1416
1417void XSGAutoData::MarkInvalid()
1418{

Callers 1

zSaveLoad_DoAutoSaveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected