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

Method getRootNode

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

Source from the content-addressed store, hash-verified

34}
35
36fuiRenderNode* fuiFile::getRootNode() {
37 return (fuiRenderNode*)this->m_renderNodeTimeline; // ??? (I think our structs are fucked)
38}
39
40// NON_MATCHING | score: 10 (lower is better)
41// can also get it to match by swapping the params and using mRootNode in place of mCallbackData, but that's

Callers 7

loadMovieMethod · 0.80
mapElementsAndNamesMethod · 0.80
PlatformInitializeMethod · 0.80
mapElementsAndNamesMethod · 0.80
mapElementsAndNamesMethod · 0.80
mapElementsAndNamesMethod · 0.80
mapElementsAndNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected