MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / fuiFile

Method fuiFile

src/4JLibraries_Source/fui/fuiFile.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17fuiFile::fuiFile() {
18 this->m_header.m_index = 0;
19 this->m_data.m_fuiSymbol = nullptr;
20 this->m_data.m_fuiImportAsset = nullptr;
21 this->m_renderNodeStage = nullptr;
22 this->m_callbackData = nullptr;
23}
24
25// NON_MATCHING | Score: 10 (lower is better)
26// 2 registers were swapped...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected