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

Method FJ_FuiNode

src/4JLibraries_Source/fui/node/FJ_FuiNode.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14ADD_CREATOR(FJ_FuiNode)
15
16FJ_FuiNode::FJ_FuiNode(fuiRenderNode* renderNode) {
17 m_tabIndex = -1;
18 m_renderNode = renderNode;
19 m_callbackScene = nullptr;
20}
21
22FJ_FuiNode::~FJ_FuiNode() {
23 fui::sInstance->removeEventListenerForNode(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected