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

Method disableCtor

src/4JLibraries_Source/fui/fuiRenderNode.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125void fuiRenderNode::shutdown() {};
126
127void fuiRenderNode::disableCtor() {
128 this->m_flags &= ~FLAG_CTOR_ENABLED;
129}
130
131void fuiRenderNode::setAlpha(float a) {
132 this->m_renderColor.m_a = a;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected